File tree Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Expand file tree Collapse file tree 4 files changed +17
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## [ 1.14.0] ( https://www..com/googleapis/java-spanner-jdbc/compare/v1.13.0...v1.14.0 ) (2020-03-18)
4
16
5
17
Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ If you are using Maven, add this to your pom.xml file
11
11
<dependency >
12
12
<groupId >com.google.cloud</groupId >
13
13
<artifactId >google-cloud-spanner-jdbc</artifactId >
14
- <version >1.14 .0</version >
14
+ <version >1.15 .0</version >
15
15
</dependency >
16
16
```
17
17
If you are using Gradle, add this to your dependencies
18
18
``` 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'
20
20
```
21
21
If you are using SBT, add this to your dependencies
22
22
``` 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"
24
24
```
25
25
[ // ] : # ( {x-version-update-end} )
26
26
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<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} -->
8
8
<packaging >jar</packaging >
9
9
<name >Google Cloud Spanner JDBC</name >
10
10
<url >https://.com/googleapis/java-spanner-jdbc</url >
Original file line number Diff line number Diff line change 1
1
# Format:
2
2
# module:released-version:current-version
3
3
4
- google-cloud-spanner-jdbc:1.14 .0:1.14.1-SNAPSHOT
4
+ google-cloud-spanner-jdbc:1.15 .0:1.15.0
You can’t perform that action at this time.
0 commit comments