Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
devopsarr[bot] committed Oct 20, 2024
1 parent f0f4fd2 commit ef0269c
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/devopsarr/ansible-collection-radarr/compare/v1.1.0...v1.2.0) (2024-10-20)


### Features

* **#26:** add min upgrade format score to quality profile ([9e70612](https://github.com/devopsarr/ansible-collection-radarr/commit/9e70612fd7069f7d35279ce741d7eb6555171e29))
* enable smart colon replacement ([650f7cf](https://github.com/devopsarr/ansible-collection-radarr/commit/650f7cf12916c74ddf1713f9b78e7ab322731f83))


### Bug Fixes

* importexclusion api to iportlistexclusion ([85b37c6](https://github.com/devopsarr/ansible-collection-radarr/commit/85b37c6fb14f7fa76880db9cfe1dd3f52238f3bb))
* pass id to edit instead of str ([6f623b4](https://github.com/devopsarr/ansible-collection-radarr/commit/6f623b48f52c1884ee9075a5fddaba44cbbf2937))

## [1.1.0](https://github.com/devopsarr/ansible-collection-radarr/compare/v1.0.0...v1.1.0) (2024-08-02)


Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes

.. contents:: Topics

v1.2.0
======

v1.1.0
======

Expand Down
2 changes: 2 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,5 @@ releases:
release_date: '2023-12-07'
1.1.0:
release_date: '2024-08-02'
1.2.0:
release_date: '2024-10-20'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: devopsarr
name: radarr
version: 1.1.0 # x-release-please-version
version: 1.2.0 # x-release-please-version
readme: README.md
authors:
- Fuochi (github.com/Fuochi)
Expand Down

0 comments on commit ef0269c

Please sign in to comment.