Skip to content

Commit a42f18d

Browse files
release-please[bot]chingor13
authored andcommitted
chore: release 0.1.3 (#28)
* created CHANGELOG.md [ci skip] * updated README.md [ci skip] * updated versions.txt [ci skip] * updated pom.xml [ci skip]
1 parent 3b5600e commit a42f18d

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
### [0.1.3](https://www.github.com/googleapis/java-shared-config/compare/v0.1.2...v0.1.3) (2019-09-20)
4+
5+
6+
### Bug Fixes
7+
8+
* add autovalue profiles ([#26](https://www.github.com/googleapis/java-shared-config/issues/26)) ([895bd68](https://www.github.com/googleapis/java-shared-config/commit/895bd68))

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.1.2</version>
16+
<version>0.1.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.1.3-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
7+
<version>0.1.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.1.2:0.1.3-SNAPSHOT
4+
google-cloud-shared-config:0.1.3:0.1.3

0 commit comments

Comments
 (0)