Skip to content

Commit 43cc661

Browse files
chore(main): release 1.5.0
1 parent bbfe663 commit 43cc661

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/googleapis/java-shared-config/compare/v1.4.0...v1.5.0) (2022-06-10)
4+
5+
6+
### Features
7+
8+
* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-shared-config/issues/1440)) ([#475](https://github.com/googleapis/java-shared-config/issues/475)) ([e4dfc1b](https://github.com/googleapis/java-shared-config/commit/e4dfc1ba29295158c78c8fcf94467d2a6a33538a))
9+
* to produce Java 8 compatible bytecode when using JDK 9+ ([2468276](https://github.com/googleapis/java-shared-config/commit/2468276145cdfe1ca911b52f765e026e77661a09))
10+
11+
12+
### Dependencies
13+
14+
* update surefire.version to v3.0.0-m7 ([bbfe663](https://github.com/googleapis/java-shared-config/commit/bbfe66393af3e49612c9c1e4334ba39c133ea1d0))
15+
316
## [1.4.0](https://github.com/googleapis/java-shared-config/compare/v1.3.3...v1.4.0) (2022-04-28)
417

518

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.google.cloud</groupId>
77
<artifactId>google-cloud-shared-config</artifactId>
88
<packaging>pom</packaging>
9-
<version>1.4.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
9+
<version>1.5.0</version><!-- {x-version-update:google-cloud-shared-config:current} -->
1010
<name>Google Cloud</name>
1111
<url>https://github.com/googleapis/java-shared-config</url>
1212
<description>

versions.txt

Lines changed: 1 addition & 1 deletion
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:1.4.0:1.4.1-SNAPSHOT
4+
google-cloud-shared-config:1.5.0:1.5.0

0 commit comments

Comments
 (0)