Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.0.1...v2.0.0) (2022-01-11)

* feat!: Create PendingResultBase type requests for Roads API. (#790) ([7c6af3d](7c6af3d)), closes [#790](#790)

### BREAKING CHANGES

* methods in the RoadsApi class now return
PendingResultBase type classes to allow modification (e.g. adding
headers) to the request.

* Add NearestRoadsApiRequest.

* s/path/points

* Add points.

* Formatting.:
  • Loading branch information
semantic-release-bot committed Jan 11, 2022
1 parent 7c6af3d commit 36a0d1c
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 = '1.0.1'
version = '2.0.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 36a0d1c

Please sign in to comment.