Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Nett <JNett96@gmail.com>
  • Loading branch information
rnett committed Oct 24, 2021
1 parent 4f1eee1 commit 8e99c3f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Next
*

## 1.3.0
* [#29](https://github.com/rnett/krosstalk/pull/29) Dependency updates. Kotlin, Ktor, coroutines, and serialization (major version). Also adds
the new Apple silicon targets.

## 1.2.3
* [#27](https://github.com/rnett/krosstalk/pull/27) Update Ktor to 1.6.3. Note that [KTOR-2977](https://youtrack.jetbrains.com/issue/KTOR-2977) was not actually included in the release, even though it's in the notes.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {

allprojects {

version = "1.2.3-SNAPSHOT"
version = "1.3.0"
group = "com.github.rnett.krosstalk"

repositories {
Expand Down

0 comments on commit 8e99c3f

Please sign in to comment.