diff --git a/CHANGELOG.md b/CHANGELOG.md index c467e1c..989a3d4 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.13.0] - 2023-06-23 ### Changed @@ -156,6 +156,7 @@ The minimum Omeka S version required is 3.0.0 First release +[0.12.1]: 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 [0.12.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.11.0...v0.12.0 [0.11.0]: https://github.com/biblibre/omeka-s-module-Search/compare/v0.10.0...v0.11.0 diff --git a/config/module.ini b/config/module.ini index 88ea3f5..18e0244 100644 --- a/config/module.ini +++ b/config/module.ini @@ -1,6 +1,6 @@ [info] name = "Search" -version = "0.12.1" +version = "0.13.0" omeka_version_constraint = "^3.0.0 || ^4.0.0" description = "Add search capabilities to Omeka S" author = "BibLibre"