Skip to content

Commit 99ad7f5

Browse files
committed
Release 1.2.0
Signed-off-by: Ryan Nett <JNett96@gmail.com>
1 parent a001683 commit 99ad7f5

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22

3-
## Next (1.2.0)
3+
## Next
4+
*
5+
6+
## 1.2.0
47

58
Breaking changes:
69
* [#22](https://github.com/rnett/krosstalk/pull/22) Update Ktor auth scopes. Changes Basic to use Ktor's credential class and adds Bearer scopes.

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
allprojects {
1515

16-
version = "1.2.0-SNAPSHOT"
16+
version = "1.2.0"
1717
group = "com.github.rnett.krosstalk"
1818

1919
repositories {

0 commit comments

Comments
 (0)