Skip to content

Commit

Permalink
Merge pull request #167 from ansibleguy76/release/v5.0.1
Browse files Browse the repository at this point in the history
v5.0.1 into develop
  • Loading branch information
ansibleguy76 authored Apr 10, 2024
2 parents cead8b0 + 39ae923 commit 3c1f51d
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,13 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.1] - 2024-04-10

### Fixed

- login expiryDays didn't work
- fixed non-ascii codes in ldap
- fixed approvals, broken since 4.0.19

### Added

- add a form-reload route
- added mail attribute ldap
- improved error message on unevaluated fields
Expand Down Expand Up @@ -663,7 +666,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.0...HEAD
[Unreleased]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.1...HEAD

[5.0.1]: https://github.com/ansibleguy76/ansibleforms/compare/5.0.0...5.0.1

[5.0.0]: https://github.com/ansibleguy76/ansibleforms/compare/4.0.19...5.0.0

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 = 50000
ext.version_name = "5.0.0"
ext.version_code = 50001
ext.version_name = "5.0.1"

0 comments on commit 3c1f51d

Please sign in to comment.