diff --git a/CHANGELOG.md b/CHANGELOG.md index de6c241..36f658a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.13.1] - 31-03-2024 + +### Added + +- Added docker image for Java 22 using jib-maven-plugin +- Added the automatic Docker image publishing while merging + ## [1.13.0] - 31-03-2024 ### Added diff --git a/pom.xml b/pom.xml index b695fc7..43ae808 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ com.eliasogueira.credit combined-credit-api - 1.13.0-SNAPSHOT + 1.13.1-SNAPSHOT