File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.15.0](https://www..com/googleapis/java-spanner-jdbc/compare/v1.14.0...v1.15.0) (2020-03-24)
4+
5+
6+
### Features
7+
8+
* add support for QueryOptions ([#76](https://www..com/googleapis/java-spanner-jdbc/issues/76)) ([b3f4cf7](https://www..com/googleapis/java-spanner-jdbc/commit/b3f4cf7852a2fd5f22660cc3f25a6253b9a118ab))
9+
10+
11+
### Dependencies
12+
13+
* update spanner.version to v1.52.0 ([#95](https://www..com/googleapis/java-spanner-jdbc/issues/95)) ([cdf9d30](https://www..com/googleapis/java-spanner-jdbc/commit/cdf9d30e8ca387d87a6ffe00fa09818d135547f4))
14+
315
## [1.14.0](https://www..com/googleapis/java-spanner-jdbc/compare/v1.13.0...v1.14.0) (2020-03-18)
416

517

Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ If you are using Maven, add this to your pom.xml file
1111
<dependency>
1212
<groupId>com.google.cloud</groupId>
1313
<artifactId>google-cloud-spanner-jdbc</artifactId>
14-
<version>1.14.0</version>
14+
<version>1.15.0</version>
1515
</dependency>
1616
```
1717
If you are using Gradle, add this to your dependencies
1818
```Groovy
19-
compile 'com.google.cloud:google-cloud-spanner-jdbc:1.14.0'
19+
compile 'com.google.cloud:google-cloud-spanner-jdbc:1.15.0'
2020
```
2121
If you are using SBT, add this to your dependencies
2222
```Scala
23-
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.14.0"
23+
libraryDependencies += "com.google.cloud" % "google-cloud-spanner-jdbc" % "1.15.0"
2424
```
2525
[//]: # ({x-version-update-end})
2626

Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<artifactId>google-cloud-spanner-jdbc</artifactId>
7-
<version>1.14.1-SNAPSHOT</version><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
7+
<version>1.15.0</version><!-- {x-version-update:google-cloud-spanner-jdbc:current} -->
88
<packaging>jar</packaging>
99
<name>Google Cloud Spanner JDBC</name>
1010
<url>https://.com/googleapis/java-spanner-jdbc</url>
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Format:
22
# module:released-version:current-version
33

4-
google-cloud-spanner-jdbc:1.14.0:1.14.1-SNAPSHOT
4+
google-cloud-spanner-jdbc:1.15.0:1.15.0

0 commit comments

Comments
 (0)