diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f0626e..2469c9e 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.1.0] - 2024-07-20 ### Added * Added pretty page titles. Pages now display the HTML title instead of directory path. * Added a `robots.txt` endpoint to the server. @@ -20,5 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. -[unreleased]: https://github.com/newAM/oidc_pages/releases/v1.0.0...HEAD +[unreleased]: https://github.com/newAM/oidc_pages/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/newAM/oidc_pages/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/newAM/oidc_pages/releases/tag/v1.0.0 diff --git a/Cargo.lock b/Cargo.lock index f3b9acb..5efefa9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1468,7 +1468,7 @@ dependencies = [ [[package]] name = "oidc_pages" -version = "1.0.0" +version = "1.1.0" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index b12c79d..eaa225e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oidc_pages" -version = "1.0.0" +version = "1.1.0" authors = ["Alex Martens "] edition = "2021" repository = "https://github.com/newAM/oidc_pages"