From 7a80d12038b04023ae001e58143d2f89ca74df73 Mon Sep 17 00:00:00 2001 From: Carlos Matos Date: Tue, 19 Sep 2023 10:14:38 -0400 Subject: [PATCH] Bump v4.1.2 (#416) * chore: 4.1.2 release assets * chore: bump to v4.1.2 --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 13 +++++++++++++ changelogs/fragments/fix-eu-mapping.yml | 2 -- galaxy.yml | 2 +- 4 files changed, 29 insertions(+), 3 deletions(-) delete mode 100644 changelogs/fragments/fix-eu-mapping.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa18536c..69e70e7d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,21 @@ Ansible CrowdStrike Falcon Collection Release Notes .. contents:: Topics +v4.1.2 +====== + +Release Summary +--------------- + +| Release Date: 2023-09-19 +| `Release Notes: `__ + + +Bugfixes +-------- + +- falconpy_utils - fix incorrect url for eu1 (https://github.com/CrowdStrike/ansible_collection_falcon/pull/415) + v4.1.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index af8b2f4f..1a348057 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -421,3 +421,16 @@ releases: - 4.1.1.yml - discover-fix.yml release_date: '2023-09-17' + 4.1.2: + changes: + bugfixes: + - falconpy_utils - fix incorrect url for eu1 (https://github.com/CrowdStrike/ansible_collection_falcon/pull/415) + release_summary: '| Release Date: 2023-09-19 + + | `Release Notes: `__ + + ' + fragments: + - 4.1.2.yml + - fix-eu-mapping.yml + release_date: '2023-09-19' diff --git a/changelogs/fragments/fix-eu-mapping.yml b/changelogs/fragments/fix-eu-mapping.yml deleted file mode 100644 index 3967b3cf..00000000 --- a/changelogs/fragments/fix-eu-mapping.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - falconpy_utils - fix incorrect url for eu1 (https://github.com/CrowdStrike/ansible_collection_falcon/pull/415) diff --git a/galaxy.yml b/galaxy.yml index 78469c88..20848870 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -9,7 +9,7 @@ namespace: crowdstrike name: falcon # The version of the collection. Must be compatible with semantic versioning -version: 4.1.1 +version: 4.1.2 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md