diff --git a/jib-core/CHANGELOG.md b/jib-core/CHANGELOG.md index 1b6f8d1e51..d9571f559a 100644 --- a/jib-core/CHANGELOG.md +++ b/jib-core/CHANGELOG.md @@ -2,8 +2,11 @@ All notable changes to this project will be documented in this file. ## [unreleased] - ### Added +### Changed +### Fixed + +## 0.25.0 ### Changed - deps: bump com.github.luben:zstd-jni from 1.5.5-2 to 1.5.5-4. ([#4049](https://github.com/GoogleContainerTools/jib/pull/4049/)) diff --git a/jib-core/README.md b/jib-core/README.md index 642ab5a230..b1ec587e36 100644 --- a/jib-core/README.md +++ b/jib-core/README.md @@ -22,7 +22,7 @@ Add Jib Core as a dependency using Maven: com.google.cloud.tools jib-core - 0.24.0 + 0.25.0 ``` @@ -30,7 +30,7 @@ Add Jib Core as a dependency using Gradle: ```groovy dependencies { - compile 'com.google.cloud.tools:jib-core:0.24.0' + compile 'com.google.cloud.tools:jib-core:0.25.0' } ``` diff --git a/jib-core/examples/build.gradle/README.md b/jib-core/examples/build.gradle/README.md index 41d22a9736..2ab27e98e2 100644 --- a/jib-core/examples/build.gradle/README.md +++ b/jib-core/examples/build.gradle/README.md @@ -14,7 +14,7 @@ buildscript { mavenCentral() } dependencies { - classpath 'com.google.cloud.tools:jib-core:0.24.0' + classpath 'com.google.cloud.tools:jib-core:0.25.0' } }