diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c04b615..ec3da6b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "1.0.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ae45009 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [1.0.1](https://github.com/googlemaps/android-maps-rx/compare/v1.0.0...v1.0.1) (2025-12-19) + + +### Bug Fixes + +* modernized repository and dependencies ([#135](https://github.com/googlemaps/android-maps-rx/issues/135)) ([fd9a7cc](https://github.com/googlemaps/android-maps-rx/commit/fd9a7cc2227ea7c185e2fe6561c35c9a0a7dbc3f)) diff --git a/README.md b/README.md index 63381e2..d452226 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,10 @@ This repository contains RxJava bindings for the [Maps SDK for Android](maps-sdk ```groovy dependencies { // RxJava bindings for the Maps SDK - implementation 'com.google.maps.android:maps-rx:1.0.0' // {x-release-please-version} + implementation 'com.google.maps.android:maps-rx:1.0.1' // {x-release-please-version} // RxJava bindings for the Places SDK - implementation 'com.google.maps.android:places-rx:1.0.0' // {x-release-please-version} + implementation 'com.google.maps.android:places-rx:1.0.1' // {x-release-please-version} // It is recommended to also include the latest Maps SDK, Places SDK and RxJava so you // have the latest features and bug fixes. diff --git a/build.gradle.kts b/build.gradle.kts index b3dabb6..e50e8e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ plugins { allprojects { group = "com.google.maps.android" // {x-release-please-start-version} - version = "1.0.0" + version = "1.0.1" // {x-release-please-end}