Skip to content

Commit

Permalink
Bump 4.2.1 (#437)
Browse files Browse the repository at this point in the history
* pre-release fragments

* bump: 4.2.1
  • Loading branch information
carlosmmatos authored Dec 8, 2023
1 parent b6bf9d1 commit dd775c2
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ Ansible CrowdStrike Falcon Collection Release Notes
.. contents:: Topics


v4.2.1
======

Release Summary
---------------

| Release Date: 2023-12-08
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.2.1>`__

v4.2.0
======

Expand Down
10 changes: 10 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -460,3 +460,13 @@ releases:
- 4.2.0.yml
- user-agent.yml
release_date: '2023-10-19'
4.2.1:
changes:
release_summary: '| Release Date: 2023-12-08
| `Release Notes: <https://github.com/CrowdStrike/ansible_collection_falcon/releases/tag/4.2.1>`__
'
fragments:
- 4.2.1.yml
release_date: '2023-12-08'
2 changes: 1 addition & 1 deletion extensions/eda/plugins/event_source/eventstream.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
}

# Keep this in sync with galaxy.yml
VERSION = "4.2.0"
VERSION = "4.2.1"


class AIOFalconAPI:
Expand Down
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: crowdstrike
name: falcon

# The version of the collection. Must be compatible with semantic versioning
version: 4.2.0
version: 4.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
2 changes: 1 addition & 1 deletion plugins/module_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
__metaclass__ = type

# Make sure to keep this file in sync with the version in the galaxy.yml
__version__ = "4.2.0"
__version__ = "4.2.1"
__author__ = "CrowdStrike"
__email__ = "[email protected]"

0 comments on commit dd775c2

Please sign in to comment.