From 6a1f745986799d7c6e02cc63c47d9a6b7c8e6f79 Mon Sep 17 00:00:00 2001 From: "devopsarr[bot]" <127950054+devopsarr[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:35:32 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- CHANGELOG.md | 13 +++++++++++++ CHANGELOG.rst | 2 ++ changelogs/changelog.yaml | 2 ++ galaxy.yml | 2 +- 4 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cd209e..c14199b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.2.0](https://github.com/devopsarr/ansible-collection-sonarr/compare/v1.1.1...v1.2.0) (2024-10-23) + + +### Features + +* add custom colon replacement format naming field ([d7b5d34](https://github.com/devopsarr/ansible-collection-sonarr/commit/d7b5d348f3278c2a10e7b7634ff672352dc49de3)) + + +### Bug Fixes + +* **#82:** Add on_import_complete option for notification ([795db4a](https://github.com/devopsarr/ansible-collection-sonarr/commit/795db4a0fb0235bf71af24a3a30d94db1f014431)) +* move Field to ContractField ([785a572](https://github.com/devopsarr/ansible-collection-sonarr/commit/785a5725cb17844ba484420c590f5e1ef2d62bf0)) + ## [1.1.1](https://github.com/devopsarr/ansible-collection-sonarr/compare/v1.1.0...v1.1.1) (2023-10-12) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 0764dc7..b9ae315 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,8 @@ CHANGE THIS IN changelogs/config.yaml! Release Notes .. contents:: Topics +v1.2.0 +====== v1.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index a78c7f2..7e84694 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -64,3 +64,5 @@ releases: release_date: '2023-09-25' 1.1.1: release_date: '2023-10-12' + 1.2.0: + release_date: '2024-10-23' diff --git a/galaxy.yml b/galaxy.yml index 83227f4..0b1b05a 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: devopsarr name: sonarr -version: 1.1.1 # x-release-please-version +version: 1.2.0 # x-release-please-version readme: README.md authors: - Fuochi (github.com/Fuochi)