Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.19.0...v1.0.0) (2021-09-15)

* feat!: Support setting experienceIds on a per request basis. (#744) ([325b67e](325b67e)), closes [#744](#744)

### BREAKING CHANGES

* Setting an experience ID is now done on a per-request basis vs. setting it on the GeoApiContext object.
  • Loading branch information
semantic-release-bot committed Sep 15, 2021
1 parent 325b67e commit 39e50cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ apply plugin: 'com.github.sherter.google-java-format'

group = 'com.google.maps'
sourceCompatibility = 1.8
version = '0.19.0'
version = '1.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 39e50cf

Please sign in to comment.