We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a001683 commit 99ad7f5Copy full SHA for 99ad7f5
CHANGELOG.md
@@ -1,6 +1,9 @@
1
# Changelog
2
3
-## Next (1.2.0)
+## Next
4
+*
5
+
6
+## 1.2.0
7
8
Breaking changes:
9
* [#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
@@ -13,7 +13,7 @@ plugins {
13
14
allprojects {
15
16
- version = "1.2.0-SNAPSHOT"
+ version = "1.2.0"
17
group = "com.github.rnett.krosstalk"
18
19
repositories {
0 commit comments