We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7decb7f commit b9efb13Copy full SHA for b9efb13
README.md
@@ -19,6 +19,10 @@ an example.
19
20
## Release Notes
21
22
+#### 4.33.0.1
23
+* Requires Liquibase 4.33.0
24
+* Updated Google Cloud dependencies to latest version (26.71.0)
25
+
26
#### 4.33.0
27
* Requires Liquibase 4.33.0
28
pom.xml
@@ -5,7 +5,7 @@
5
<modelVersion>4.0.0</modelVersion>
6
<groupId>com.google.cloudspannerecosystem</groupId>
7
<artifactId>liquibase-spanner</artifactId>
8
- <version>${liquibase.version}</version>
+ <version>${liquibase.version}.1</version>
9
<packaging>jar</packaging>
10
<name>Google Cloud Spanner Liquibase Integeration</name>
11
<description>Liquibase extension for Google Cloud Spanner</description>
0 commit comments