diff --git a/CHANGELOG.md b/CHANGELOG.md index 17e5c67..89cb2d6 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.17.0] - 2024-12-17 - Fix sort option label being empty - Add a summary of the search query above the results (optional, disabled by @@ -220,6 +220,7 @@ The minimum Omeka S version required is 3.0.0 First release +[0.17.0]: https://github.com/biblibre/omeka-s-module-Search/releases/tag/v0.17.0 [0.16.0]: https://github.com/biblibre/omeka-s-module-Search/releases/tag/v0.16.0 [0.15.5]: https://github.com/biblibre/omeka-s-module-Search/releases/tag/v0.15.5 [0.15.4]: https://github.com/biblibre/omeka-s-module-Search/releases/tag/v0.15.4 diff --git a/config/module.ini b/config/module.ini index 3f0e90d..61536b1 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "Search" -version = "0.16.0" +version = "0.17.0" omeka_version_constraint = "^3.0.0 || ^4.0.0" description = "Add search capabilities to Omeka S" author = "BibLibre"