Skip to content

Commit c0fd7b2

Browse files
committed
chore: prepare release 2.0.0
1 parent 6748c3a commit c0fd7b2

File tree

3 files changed

+43
-820
lines changed

3 files changed

+43
-820
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# 2.0.0
2+
3+
### Changed
4+
- Update Kotlin to `1.6.21`
5+
- Update Ktor client to [2.0](https://blog.jetbrains.com/ktor/2022/04/11/ktor-2-0-released/)
6+
- Library's own `LogLevel` to specify the logging level
7+
8+
### Removed
9+
- Public string constants (e.g. `KeyQuery`, `RouteIndexesV1`...)
10+
- Ktor's plugins from the library binary interface
11+
- Deprecated `ClientRecommendation`
12+
- `ResponseException` extensions
13+
114
# 1.13.0
215

316
### Changed

0 commit comments

Comments
 (0)