Skip to content

Commit 17852a0

Browse files
Merge pull request #3 from ronjunevaldoz/develop
v1.0.1
2 parents b24f1c9 + 40ffc47 commit 17852a0

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v1.0.1]
9+
10+
### Changed
11+
- Update kotlin version to 2.0.20
12+
- Merge dev02
13+
814
## [v1.0.0-dev02]
915

1016
### Changed
@@ -25,6 +31,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2531
### Changed
2632
- Upgrade to multiplatform with WASMJS
2733

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
2936
[v1.0.0-dev01]: https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0-dev01...v1.0.0-dev02
3037
[v1.0.0]: https://github.com/ronjunevaldoz/KotlinPaymongo/compare/v1.0.0...v1.0.0-dev01

convention-plugins/src/main/kotlin/root.publication.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ plugins {
77

88
allprojects {
99
group = "io.github.ronjunevaldoz"
10-
version = "1.0.0"
10+
version = "1.0.1"
1111
}
1212

1313
mavenPublishing {
1414
coordinates(
1515
groupId = "io.github.ronjunevaldoz",
1616
artifactId = "paymongo-kotlin",
17-
version = "1.0.0"
17+
version = "1.0.1"
1818
)
1919

2020
pom {

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android-compileSdk = "34"
66
android-minSdk = "24"
77
android-targetSdk = "34"
88
# Kotlin and related libraries
9-
kotlin = "2.0.20-Beta2"
9+
kotlin = "2.0.20"
1010
kotlinxSerialization = "1.7.2"
1111
kotlinxCoroutine = "1.9.0-RC"
1212
compose-plugin = "1.7.0-alpha03"

0 commit comments

Comments
 (0)