Skip to content

Commit

Permalink
Prepare release 4.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed May 1, 2023
1 parent 4d08675 commit 626d82f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.7] - 2023-05-01

### Fixed

- Default dependency bug
- nested placeholder expressions

Expand Down Expand Up @@ -467,7 +470,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/4.0.5...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.7...HEAD

[4.0.7]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.5...4.0.7

[4.0.5]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.3...4.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 = 40005
ext.version_name = "4.0.5"
ext.version_code = 40007
ext.version_name = "4.0.7"

0 comments on commit 626d82f

Please sign in to comment.