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

chore(main): release 2.2.1 #362

Merged
merged 1 commit into from Jun 9, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [2.2.1](https://github.com/googleapis/api-common-java/compare/v2.2.0...v2.2.1) (2022-06-09)


### Dependencies

* update dependency com.google.errorprone:error_prone_annotations to v2.14.0 ([#360](https://github.com/googleapis/api-common-java/issues/360)) ([2bf75c6](https://github.com/googleapis/api-common-java/commit/2bf75c6415646df0a2dd074a75bd044d0bdc67ca))

## [2.2.0](https://github.com/googleapis/api-common-java/compare/v2.1.5...v2.2.0) (2022-04-18)


Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -26,7 +26,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin'
group = "com.google.api"
archivesBaseName = "api-common"

project.version = "2.2.1-SNAPSHOT" // {x-version-update:api-common:current}
project.version = "2.2.1" // {x-version-update:api-common:current}

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

api-common:2.2.0:2.2.1-SNAPSHOT
api-common:2.2.1:2.2.1