File tree 3 files changed +11
-4
lines changed
convention-plugins/src/main/kotlin
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ v1.0.1]
9
+
10
+ ### Changed
11
+ - Update kotlin version to 2.0.20
12
+ - Merge dev02
13
+
8
14
## [ v1.0.0-dev02]
9
15
10
16
### Changed
@@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
31
### Changed
26
32
- Upgrade to multiplatform with WASMJS
27
33
28
- [ unreleased ] : https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0-dev02...HEAD
34
+ [ v1.0.1 ] : https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.1...HEAD
35
+ [ v1.0.0-dev02 ] : https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0-dev02...v1.0.1
29
36
[ v1.0.0-dev01 ] : https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0-dev01...v1.0.0-dev02
30
37
[ v1.0.0 ] : https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0...v1.0.0-dev01
Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ plugins {
7
7
8
8
allprojects {
9
9
group = " io.github.ronjunevaldoz"
10
- version = " 1.0.0 "
10
+ version = " 1.0.1 "
11
11
}
12
12
13
13
mavenPublishing {
14
14
coordinates(
15
15
groupId = " io.github.ronjunevaldoz" ,
16
16
artifactId = " paymongo-kotlin" ,
17
- version = " 1.0.0 "
17
+ version = " 1.0.1 "
18
18
)
19
19
20
20
pom {
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ android-compileSdk = "34"
6
6
android-minSdk = " 24"
7
7
android-targetSdk = " 34"
8
8
# Kotlin and related libraries
9
- kotlin = " 2.0.20-Beta2 "
9
+ kotlin = " 2.0.20"
10
10
kotlinxSerialization = " 1.7.2"
11
11
kotlinxCoroutine = " 1.9.0-RC"
12
12
compose-plugin = " 1.7.0-alpha03"
You can’t perform that action at this time.
0 commit comments