Skip to content

Commit

Permalink
update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mamullen13316 committed Jan 29, 2025
1 parent 79227af commit 7e5c40a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
14 changes: 12 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

**Topics**

- <a href="#v1-4-1">v1\.4\.1</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#v1-4-0">v1\.4\.0</a>
- <a href="#release-summary">Release Summary</a>
- <a href="#new-modules">New Modules</a>
Expand All @@ -10,7 +12,7 @@
- <a href="#new-modules-1">New Modules</a>
- <a href="#v1-2-1">v1\.2\.1</a>
- <a href="#release-summary-2">Release Summary</a>
- <a href="#bugfixes">Bugfixes</a>
- <a href="#bugfixes-1">Bugfixes</a>
- <a href="#v1-2-0">v1\.2\.0</a>
- <a href="#release-summary-3">Release Summary</a>
- <a href="#new-modules-2">New Modules</a>
Expand All @@ -21,6 +23,14 @@
- <a href="#release-summary-5">Release Summary</a>
- <a href="#new-modules-4">New Modules</a>

<a id="v1-4-1"></a>
## v1\.4\.1

<a id="bugfixes"></a>
### Bugfixes

* in service\_acl\_exception module\, fixed an issue where the module failed when destination host is empty

<a id="v1-4-0"></a>
## v1\.4\.0

Expand Down Expand Up @@ -60,7 +70,7 @@ This release adds modules for working with authentication servers

Minor bug fixes

<a id="bugfixes"></a>
<a id="bugfixes-1"></a>
### Bugfixes

* Allow use of \'any\' keyword for src/dst networks and services for sfos\_firewall\_rule module
Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,11 @@ releases:
name: sfos_firewall_rulegroup
namespace: ''
release_date: '2024-12-13'
1.4.1:
changes:
bugfixes:
- in service_acl_exception module, fixed an issue where the module failed when
destination host is empty
fragments:
- 1.4.1.yaml
release_date: '2025-01-29'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace: sophos
name: sophos_firewall

# The version of the collection. Must be compatible with semantic versioning
version: 1.4.0
version: 1.4.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 pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "sophosfirewall-ansible"
version = "1.4.0"
version = "1.4.1"
description = "Ansible modules for Sophos Firewall"
authors = ["Matt Mullen <matt.mullen@sophos.com>"]
license = "GNU GENERAL PUBLIC LICENSE"
Expand Down

0 comments on commit 7e5c40a

Please sign in to comment.