Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Commit

Permalink
chore: release 1.1.0 (#256)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Mar 30, 2021
1 parent 80a8494 commit 2760e36
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.1.0](https://www.github.com/googleapis/java-grafeas/compare/v1.0.9...v1.1.0) (2021-03-29)


### Features

* **generator:** update protoc to v3.15.3 ([#259](https://www.github.com/googleapis/java-grafeas/issues/259)) ([31d7df3](https://www.github.com/googleapis/java-grafeas/commit/31d7df360d392c2ed04f73862477be2c2613b504))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.0 ([#255](https://www.github.com/googleapis/java-grafeas/issues/255)) ([8a654ec](https://www.github.com/googleapis/java-grafeas/commit/8a654ecf0426a0ede20a6e8dc902ed2a2165e626))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v0.20.1 ([#264](https://www.github.com/googleapis/java-grafeas/issues/264)) ([8519594](https://www.github.com/googleapis/java-grafeas/commit/851959496548670d65e95b028b416af1ebfe8de0))

### [1.0.9](https://www.github.com/googleapis/java-grafeas/compare/v1.0.8...v1.0.9) (2021-02-23)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.grafeas</groupId>
<artifactId>grafeas</artifactId>
<version>1.0.10-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>1.1.0</version><!-- {x-version-update:grafeas:current} -->
<packaging>jar</packaging>
<name>Grafeas Client</name>
<url>https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-clients/grafeas
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

grafeas:1.0.9:1.0.10-SNAPSHOT
grafeas:1.1.0:1.1.0

0 comments on commit 2760e36

Please sign in to comment.