diff --git a/CHANGELOG.md b/CHANGELOG.md index c2cedae..80244c1 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.7.1] - 2020-10-09 ### Added @@ -98,7 +98,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 First release -[Unreleased]: https://github.com/biblibre/omeka-s-module-Solr/compare/v0.7.0...HEAD +[0.7.1]: https://github.com/biblibre/omeka-s-module-Solr/compare/v0.7.0...v0.7.1 [0.7.0]: https://github.com/biblibre/omeka-s-module-Solr/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/biblibre/omeka-s-module-Solr/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/biblibre/omeka-s-module-Solr/compare/v0.4.0...v0.5.0 diff --git a/config/module.ini b/config/module.ini index 0e48e6b..d386459 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "Solr" -version = "0.7.0" +version = "0.7.1" omeka_version_constraint = "^2.0.0" description = "Add Solr search adapter" author = "BibLibre"