Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthetechie committed Aug 16, 2024
1 parent 8dac395 commit f1ad631
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand All @@ -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'
Expand Down

0 comments on commit f1ad631

Please sign in to comment.