diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e5fa74..79f99bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.2] - 2022-02-18 ### Fixed @@ -40,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release -[Unreleased]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.3.1...HEAD +[Unreleased]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.3.2...HEAD +[0.3.2]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.3.1...v0.3.2 [0.3.1]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.3.0...v0.3.1 [0.3.0]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/biblibre/omeka-s-module-Ldap/compare/v0.1.0...v0.2.0 diff --git a/config/module.ini b/config/module.ini index 368b7d5..8c3c6f7 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "LDAP" -version = "0.3.1" +version = "0.3.2" author = "BibLibre" configurable = true description = "Authentication with LDAP"