From 492b84710d3e1028422586926bc0f7e0963ad0ca Mon Sep 17 00:00:00 2001 From: Johann Pardanaud Date: Mon, 9 Dec 2024 17:15:52 +0100 Subject: [PATCH] release 0.11.0 --- .github/workflows/deploy-website.yml | 2 +- CHANGELOG.md | 5 ++++- .../src/main/kotlin/akkurate.base-conventions.gradle.kts | 2 +- documentation/v.list | 2 +- documentation/writerside.cfg | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-website.yml b/.github/workflows/deploy-website.yml index cbe2352f..ed111055 100644 --- a/.github/workflows/deploy-website.yml +++ b/.github/workflows/deploy-website.yml @@ -21,7 +21,7 @@ env: ALGOLIA_INDEX_NAME: akkurate ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }} CONFIG_JSON_PRODUCT: AKKURATE - CONFIG_JSON_VERSION: 0.10.0 + CONFIG_JSON_VERSION: 0.11.0 jobs: build-documentation: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5158d56e..053c6433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.11.0] - 2024-12-09 + ### Added - Ktor integration to automatically validate received payloads. ([#43](https://github.com/nesk/akkurate/issues/43)) @@ -149,7 +151,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). First release -[Unreleased]: https://github.com/nesk/akkurate/compare/0.10.0...HEAD +[Unreleased]: https://github.com/nesk/akkurate/compare/0.11.0...HEAD +[0.11.0]: https://github.com/nesk/akkurate/compare/0.10.0...0.11.0 [0.10.0]: https://github.com/nesk/akkurate/compare/0.9.1...0.10.0 [0.9.1]: https://github.com/nesk/akkurate/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/nesk/akkurate/compare/0.8.0...0.9.0 diff --git a/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts b/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts index 3b4de5cb..7efdb287 100644 --- a/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts +++ b/buildSrc/src/main/kotlin/akkurate.base-conventions.gradle.kts @@ -3,7 +3,7 @@ plugins { } group = "dev.nesk.akkurate" -version = "0.10.0" +version = "0.11.0" repositories { mavenCentral() diff --git a/documentation/v.list b/documentation/v.list index 0f2a41f7..4d0376c6 100644 --- a/documentation/v.list +++ b/documentation/v.list @@ -2,7 +2,7 @@ - + diff --git a/documentation/writerside.cfg b/documentation/writerside.cfg index ed13abb8..bfd95a98 100644 --- a/documentation/writerside.cfg +++ b/documentation/writerside.cfg @@ -4,5 +4,5 @@ - +