diff --git a/CHANGELOG.md b/CHANGELOG.md index c41b4ba..b6bdef1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.0.1](https://github.com/acdh-oeaw/apis-webpage/compare/v1.0.0...v1.0.1) (2023-10-20) + + +### Bug Fixes + +* link to webpage imprint in imprint block ([6a2b594](https://github.com/acdh-oeaw/apis-webpage/commit/6a2b594481820e23bd6bc406f57ace09e7d67e25)), closes [#22](https://github.com/acdh-oeaw/apis-webpage/issues/22) +* use upstreams new navbar-css block to set navbar style ([33bd3b2](https://github.com/acdh-oeaw/apis-webpage/commit/33bd3b26572ef540437fef40c1e9285a733d5b4b)) + ## [1.0.0](https://github.com/acdh-oeaw/apis-webpage/compare/v0.2.0...v1.0.0) (2023-10-16) diff --git a/pyproject.toml b/pyproject.toml index 787650a..4d713fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "webpage" -version = "1.0.0" +version = "1.0.1" description = "Webpage frontend for APIS projects" authors = ["Matthias Schlögl "] license = "MIT"