Skip to content

Commit

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


### [1.3.3](v1.3.2...v1.3.3) (2022-04-19)


### Bug Fixes

* **java:** remove protobuf feature from native profile ([#461](#461)) ([ffd07cb](ffd07cb))


### Dependencies

* update dependency com.google.cloud:native-image-support to v0.12.11 ([#459](#459)) ([d20008d](d20008d))
* update dependency com.google.cloud:native-image-support to v0.13.1 ([#465](#465)) ([b202064](b202064))

---
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 Apr 19, 2022
1 parent 5828ce8 commit 7c17106
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.3.3](https://github.com/googleapis/java-shared-config/compare/v1.3.2...v1.3.3) (2022-04-19)


### Bug Fixes

* **java:** remove protobuf feature from native profile ([#461](https://github.com/googleapis/java-shared-config/issues/461)) ([ffd07cb](https://github.com/googleapis/java-shared-config/commit/ffd07cb18ee7d45d4daee1d9ea6f6d321fdca874))


### Dependencies

* update dependency com.google.cloud:native-image-support to v0.12.11 ([#459](https://github.com/googleapis/java-shared-config/issues/459)) ([d20008d](https://github.com/googleapis/java-shared-config/commit/d20008df15209708fdf9d06828b567778190f4d0))
* update dependency com.google.cloud:native-image-support to v0.13.1 ([#465](https://github.com/googleapis/java-shared-config/issues/465)) ([b202064](https://github.com/googleapis/java-shared-config/commit/b2020648816feb4740ad70acedfed470d7da5bcf))

### [1.3.2](https://github.com/googleapis/java-shared-config/compare/v1.3.1...v1.3.2) (2022-03-28)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.3.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.3.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
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

google-cloud-shared-config:1.3.2:1.3.3-SNAPSHOT
google-cloud-shared-config:1.3.3:1.3.3

0 comments on commit 7c17106

Please sign in to comment.