Skip to content

Commit

Permalink
chore: release 0.9.3 (#186)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\* 
---
### [0.9.3](https://www.github.com/googleapis/java-shared-config/compare/v0.9.2...v0.9.3) (2020-10-15)


### Dependencies

* update auto-value-annotation.version to v1.7.4 ([#157](https://www.github.com/googleapis/java-shared-config/issues/157)) ([5d7e394](https://www.github.com/googleapis/java-shared-config/commit/5d7e394d964010a3e32af492cec4be85aabc3ebf))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
  • Loading branch information
release-please[bot] committed Oct 15, 2020
1 parent 3213d37 commit bbf1d34
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [0.9.3](https://www.github.com/googleapis/java-shared-config/compare/v0.9.2...v0.9.3) (2020-10-15)


### Dependencies

* update auto-value-annotation.version to v1.7.4 ([#157](https://www.github.com/googleapis/java-shared-config/issues/157)) ([5d7e394](https://www.github.com/googleapis/java-shared-config/commit/5d7e394d964010a3e32af492cec4be85aabc3ebf))

### [0.9.2](https://www.github.com/googleapis/java-shared-config/compare/v0.9.1...v0.9.2) (2020-07-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent.
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>0.9.2</version>
<version>0.9.3</version>
</parent>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>0.9.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>0.9.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
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:0.9.2:0.9.3-SNAPSHOT
google-cloud-shared-config:0.9.3:0.9.3

0 comments on commit bbf1d34

Please sign in to comment.