diff --git a/CHANGELOG.md b/CHANGELOG.md index de621c3..26f1eea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,16 @@ 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). -## [0.3.0] - unreleased +## [0.4.0] - unreleased -## [0.2.0] - 2025-11-02 +## [0.3.0] - 2025-11-02 -* [PR #3](https://github.com/itsallcode/simple-process/pull/3): Allow configuring log level * [PR #9](https://github.com/itsallcode/simple-process/pull/9): Upgrade dependencies +## [0.2.0] - 2025-07-05 + +* [PR #3](https://github.com/itsallcode/simple-process/pull/3): Allow configuring log level + ## [0.1.0] - 2025-06-028 * [PR #1](https://github.com/itsallcode/simple-process/pull/1): Initial release diff --git a/README.md b/README.md index a3dc786..09d1a5b 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add dependency to your Gradle project: ```groovy dependencies { - implementation 'org.itsallcode:simple-process:0.1.0' + implementation 'org.itsallcode:simple-process:0.3.0' } ``` @@ -38,7 +38,7 @@ Add dependency to your Maven project: org.itsallcode simple-process - 0.1.0 + 0.3.0 ``` diff --git a/build.gradle b/build.gradle index 6254b43..cd161ae 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { } group = 'org.itsallcode' -version = '0.2.0' +version = '0.3.0' repositories { mavenCentral()