diff --git a/CHANGELOG.md b/CHANGELOG.md index 280c255..1e32e1f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## v1.25.0 (2023-10-05) + +### Feat + +- **core**: bump syncthing to 1.25.0 + ## v1.24.0 (2023-09-24) ### Feat diff --git a/README.md b/README.md index 25bfcd1..f18991e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ Bump the version using: ```shell make release version= -# Commit... +# Commit & pull request... poetry run cz bump --changelog ``` diff --git a/pyproject.toml b/pyproject.toml index a284b9e..dfc7539 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "docker-syncthing" -version = "1.24.0" +version = "1.25.0" description = "Syncthing as a container using Docker" authors = ["BESANCON Vincent "] license = "MIT" @@ -18,7 +18,7 @@ build-backend = "poetry.core.masonry.api" [tool.commitizen] name = "cz_conventional_commits" -version = "1.24.0" +version = "1.25.0" tag_format = "v$version" version_files = [ "pyproject.toml:version"