Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.1"
".": "0.3.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/googlemaps/android-places-compose/compare/v0.2.1...v0.3.0) (2026-08-26)


### Features

* Integrate AttributionId Flow ([#112](https://github.com/googlemaps/android-places-compose/issues/112)) ([38d1581](https://github.com/googlemaps/android-places-compose/commit/38d158130e34147c7c3a0275e835249f43bb65cd))

## [0.2.1](https://github.com/googlemaps/android-places-compose/compare/v0.2.0...v0.2.1) (2025-12-15)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Add the dependency below to your **module-level** Gradle build file:

```kotlin
dependencies {
implementation("com.google.maps.android:places-compose:0.2.1") // {x-release-please-version}
implementation("com.google.maps.android:places-compose:0.3.0") // {x-release-please-version}
}

```
Expand All @@ -36,7 +36,7 @@ dependencies {

```groovy
dependencies {
implementation 'com.google.maps.android:places-compose:0.2.1' // {x-release-please-version}
implementation 'com.google.maps.android:places-compose:0.3.0' // {x-release-please-version}
}

```
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
allprojects {
group = "com.google.maps.android"
// {x-release-please-start-version}
version = "0.2.1"
version = "0.3.0"
// {x-release-please-end}
val projectArtifactId by extra { project.name }
}
Loading