diff --git a/CHANGELOG.md b/CHANGELOG.md index c91d059..b8004ae 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.15.0] - 2023-11-16 - Add highlighting support @@ -176,6 +176,7 @@ The minimum Omeka S version required is 3.0.0 First release +[0.15.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.14.0...v0.15.0 [0.14.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.13.0...v0.14.0 [0.13.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.12.1...v0.13.0 [0.12.1]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.12.0...v0.12.1 diff --git a/config/module.ini b/config/module.ini index 2d18f78..9fe1812 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "Search" -version = "0.14.0" +version = "0.15.0" omeka_version_constraint = "^3.0.0 || ^4.0.0" description = "Add search capabilities to Omeka S" author = "BibLibre"