Skip to content

Commit

Permalink
fix: bug in doc publishing pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
brizzbuzz committed Jan 23, 2022
1 parent 3c585c0 commit d97717f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ✨'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kompendium
project.version=2.0.0
project.version=2.0.1
# Kotlin
kotlin.code.style=official
# Gradle
Expand Down

0 comments on commit d97717f

Please sign in to comment.