Skip to content

Commit 667b54f

Browse files
RD-1424: Update changelog (#81)
1 parent 4a07e46 commit 667b54f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.1.1](https://github.com/maptiler/maptiler-sdk-kotlin/releases/tag/1.1.1)
5+
Released on 2025-11-10.
6+
### Fixed
7+
- GeoJSON parsing now works with json strings as well as remote URL.
8+
49
## [1.1.0](https://github.com/maptiler/maptiler-sdk-kotlin/releases/tag/1.1.0)
510
Released on 2025-10-20.
611
### Added

MapTilerSDK/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ tasks.preBuild {
3636

3737
// Library coordinates
3838
group = "com.maptiler"
39-
version = "1.1.0"
39+
version = "1.1.1"
4040

4141
android {
4242
namespace = "com.maptiler.maptilersdk"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,14 +354,14 @@ MapTiler Kotlin SDK is a Kotlin library and can be added as a dependency in your
354354

355355
```kotlin
356356
dependencies {
357-
implementation("com.maptiler:maptiler-sdk-kotlin:1.1.0")
357+
implementation("com.maptiler:maptiler-sdk-kotlin:1.1.1")
358358
}
359359
```
360360

361361
Or, use Version Catalog instead, add following to the libs.versions.toml:
362362

363363
```kotlin
364-
maptilerSdkKotlin = "1.1.0"
364+
maptilerSdkKotlin = "1.1.1"
365365

366366
maptiler-sdk-kotlin = { module = "com.maptiler:maptiler-sdk-kotlin", version.ref = "maptilerSdkKotlin" }
367367
```

0 commit comments

Comments
 (0)