diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e33565..460f58d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ -## 4.1.0 (Unreleased) +## 4.1.1 + +- Fixes [#77](https://github.com/BirjuVachhani/locus-android/issues/77) +- Refactor some of the usages of deprecated `LocationRequest.create()` to use new `LocationRequest.Builder` API. + +## 4.1.0 - Fixes [#65](https://github.com/BirjuVachhani/locus-android/issues/65) diff --git a/locus/build.gradle.kts b/locus/build.gradle.kts index f18dfa6..60a00bc 100644 --- a/locus/build.gradle.kts +++ b/locus/build.gradle.kts @@ -47,7 +47,7 @@ afterEvaluate { create("locus-android") { groupId = "com.github.BirjuVachhani" artifactId = "locus-android" - version = "4.1.0" + version = "4.1.1" afterEvaluate { artifact(tasks.getByName("bundleReleaseAar"))