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

chore(main): release 2.4.0 #506

Merged
merged 1 commit into from
Jul 1, 2022
Merged
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
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.4.0](https://github.com/googleapis/java-grafeas/compare/v2.3.1...v2.4.0) (2022-06-30)


### Features

* Enable REST transport for most of Java and Go clients ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))
* Import of Grafeas from Github ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))


### Bug Fixes

* Set the transport of grafeas back to grpc only ([#498](https://github.com/googleapis/java-grafeas/issues/498)) ([22be2f6](https://github.com/googleapis/java-grafeas/commit/22be2f68312a23b82e9441e8a9da933a4b85fa87))

## [2.3.1](https://github.com/googleapis/java-grafeas/compare/v2.3.0...v2.3.1) (2022-06-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>2.3.2-SNAPSHOT</version><!-- {x-version-update:grafeas:current} -->
<version>2.4.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.3.1:2.3.2-SNAPSHOT
grafeas:2.4.0:2.4.0