From f1ad631399541da3307e27084b5850a80fad8b0b Mon Sep 17 00:00:00 2001 From: Ian Wagner Date: Fri, 16 Aug 2024 16:29:29 +0900 Subject: [PATCH] Update README --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13b1cf2..d843d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Version 3.2.1 - 2024-08-15 + +### Fixed + +- Fix issue with Kotlin bulk geocoding models + ## Version 3.2.0 - 2024-08-15 ### Added diff --git a/README.md b/README.md index fb194e1..6d23a56 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ dependencies { val retrofitVersion = "2.11.0" // API package - implementation("com.stadiamaps:api:3.2.0") + implementation("com.stadiamaps:api:3.2.1") // Dependencies implementation("com.squareup.moshi:moshi-kotlin:1.15.1") @@ -50,7 +50,7 @@ dependencies { def retrofitVersion = "2.11.0" // API package - implementation 'com.stadiamaps:api:3.2.0' + implementation 'com.stadiamaps:api:3.2.1' // Dependencies implementation 'com.squareup.moshi:moshi-kotlin:1.15.1'