diff --git a/CHANGELOG.md b/CHANGELOG.md index 3398442cf..196354d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,12 @@ x.x.x - TODO * ... 2.5.x - 2024xxxx + * ... + +2.5.3 - 20240404 Expand rest api + update epubjs reader + * Upgrade mikespub/epubjs-reader from @intity theme - see issue #76 + * Upgrade mikespub/epub-loader to 3.0 for wikidata (dev only) + * Upgrade swagger-ui-dist package and link to 5.12.0 * Get annotations from database or metadata.opf file * Add Annotation and Metadata classes * Add annotations in test data files diff --git a/lib/Input/Config.php b/lib/Input/Config.php index 9793ef305..1c6721a0d 100644 --- a/lib/Input/Config.php +++ b/lib/Input/Config.php @@ -16,7 +16,7 @@ */ class Config { - public const VERSION = '2.5.1'; + public const VERSION = '2.5.3'; public const ENDPOINT = [ "index" => "index.php", "feed" => "feed.php",