Skip to content

Commit

Permalink
chore: release 1.0.0 (#286)
Browse files Browse the repository at this point in the history
🤖 I have created a release \*beep\* \*boop\*
---
## [1.0.0](https://www.github.com/googleapis/java-shared-config/compare/v0.13.1...v1.0.0) (2021-07-29)


### ⚠ BREAKING CHANGES

* update shared-config to java 1.8 (#277)

### Features

* update shared-config to java 1.8 ([#277](https://www.github.com/googleapis/java-shared-config/issues/277)) ([9c297a2](https://www.github.com/googleapis/java-shared-config/commit/9c297a27bc236092aab3ae292c7bed206293bc51))
---


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 Jul 29, 2021
1 parent 73fd262 commit a82854f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## [1.0.0](https://www.github.com/googleapis/java-shared-config/compare/v0.13.1...v1.0.0) (2021-07-29)


### ⚠ BREAKING CHANGES

* update shared-config to java 1.8 (#277)

### Features

* update shared-config to java 1.8 ([#277](https://www.github.com/googleapis/java-shared-config/issues/277)) ([9c297a2](https://www.github.com/googleapis/java-shared-config/commit/9c297a27bc236092aab3ae292c7bed206293bc51))

### [0.13.1](https://www.github.com/googleapis/java-shared-config/compare/v0.13.0...v0.13.1) (2021-07-27)


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.13.1</version>
<version>1.0.0</version>
</parent>
</project>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>0.13.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.0.0</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.13.1:0.13.2-SNAPSHOT
google-cloud-shared-config:1.0.0:1.0.0

0 comments on commit a82854f

Please sign in to comment.