Skip to content

Commit 343b4b0

Browse files
authored
Merge pull request #220 from ansibleguy76/release/v5.0.5
v5.0.5 into main
2 parents 3a1305f + bed0597 commit 343b4b0

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [5.0.5] - 2024-09-18
11+
1012
## [5.0.4] - 2024-08-18
1113

1214
### Added
@@ -724,7 +726,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
724726
- Allow change password for current local user
725727
- Start tracking versions
726728

727-
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.4...HEAD
729+
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.5...HEAD
730+
731+
[5.0.5]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.4...5.0.5
728732

729733
[5.0.4]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.3...5.0.4
730734

app_versions.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
ext.version_code = 50004
2-
ext.version_name = "5.0.4"
1+
ext.version_code = 50005
2+
ext.version_name = "5.0.5"

0 commit comments

Comments
 (0)