Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ansibleguy76/ansibleforms
Browse files Browse the repository at this point in the history
…into develop
  • Loading branch information
vcmirko committed Sep 24, 2024
2 parents 5e19e8a + 7784b11 commit 6e5bd1e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.6] - 2024-09-20

### Fixed

- Removed ip lib parts CVE related
Expand Down Expand Up @@ -741,7 +743,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Allow change password for current local user
- Start tracking versions

[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.5...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.6...HEAD

[5.0.6]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.5...5.0.6

[5.0.5]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.4...5.0.5

Expand Down
4 changes: 2 additions & 2 deletions app_versions.gradle
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ext.version_code = 50005
ext.version_name = "5.0.5"
ext.version_code = 50006
ext.version_name = "5.0.6"

0 comments on commit 6e5bd1e

Please sign in to comment.