Skip to content

Commit bbf1d34

Browse files
chore: release 0.9.3 (#186)
🤖 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).
1 parent 3213d37 commit bbf1d34

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
### [0.9.3](https://www.github.com/googleapis/java-shared-config/compare/v0.9.2...v0.9.3) (2020-10-15)
4+
5+
6+
### Dependencies
7+
8+
* 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))
9+
310
### [0.9.2](https://www.github.com/googleapis/java-shared-config/compare/v0.9.1...v0.9.2) (2020-07-02)
411

512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ If you are using Maven, use this artifact as your project's parent.
1313
<parent>
1414
<groupId>com.google.cloud</groupId>
1515
<artifactId>google-cloud-shared-config</artifactId>
16-
<version>0.9.2</version>
16+
<version>0.9.3</version>
1717
</parent>
1818
</project>
1919
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>com.google.cloud</groupId>
55
<artifactId>google-cloud-shared-config</artifactId>
66
<packaging>pom</packaging>
7-
<version>0.9.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
7+
<version>0.9.3</version><!-- {x-version-update:google-cloud-shared-config:current} -->
88
<name>Google Cloud</name>
99
<url>https://github.com/googleapis/java-shared-config</url>
1010
<description>

versions.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

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

0 commit comments

Comments
 (0)