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

Commit

Permalink
chore(main): release 2.3.0 (#496)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [2.3.0](v2.2.4...v2.3.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-grafeas/issues/1440)) ([#495](#495)) ([ede2973](ede2973))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#494](#494)) ([e11d35f](e11d35f))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed May 19, 2022
1 parent ede2973 commit e5efd9b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.3.0](https://github.com/googleapis/java-grafeas/compare/v2.2.4...v2.3.0) (2022-05-19)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-grafeas/issues/1440)) ([#495](https://github.com/googleapis/java-grafeas/issues/495)) ([ede2973](https://github.com/googleapis/java-grafeas/commit/ede297366038f7fa35cc7ae7096c51e893a0cc73))


### Dependencies

* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#494](https://github.com/googleapis/java-grafeas/issues/494)) ([e11d35f](https://github.com/googleapis/java-grafeas/commit/e11d35f27136f916ed95a6db08f886bed069b095))

### [2.2.4](https://github.com/googleapis/java-grafeas/compare/v2.2.3...v2.2.4) (2022-04-15)


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>2.2.5-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>2.3.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:2.2.4:2.2.5-SNAPSHOT
grafeas:2.3.0:2.3.0

0 comments on commit e5efd9b

Please sign in to comment.