diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b199ef274..4c76a63a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,5 +49,5 @@ jobs: uses: EndBug/add-and-commit@v8 with: default_author: github_actions - branch: main + new_branch: main message: 'doc: Added Latest Documentation ✨' diff --git a/CHANGELOG.md b/CHANGELOG.md index 0495f24d6..62e032392 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,11 @@ ## Released +## [2.0.1] - January 23rd, 2022 + +### Change +- Fix bug in documentation publishing pipeline + ## [2.0.0] - January 23rd, 2022 Major Release 🎉 As we head towards the Ktor 2 release, this library will be kept compatible with Ktor 1. A future diff --git a/gradle.properties b/gradle.properties index 906cf8e71..c3e949933 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Kompendium -project.version=2.0.0 +project.version=2.0.1 # Kotlin kotlin.code.style=official # Gradle