diff --git a/.changes/unreleased/Added-20230126-013735.yaml b/.changes/unreleased/Added-20230126-013735.yaml deleted file mode 100644 index e4a84579..00000000 --- a/.changes/unreleased/Added-20230126-013735.yaml +++ /dev/null @@ -1,6 +0,0 @@ -kind: Added -body: Auto mode to batch and new which uses kind configs to automatically determine - the next bump level -time: 2023-01-26T01:37:35.7290684-08:00 -custom: - Issue: "439" diff --git a/.changes/v1.11.0.md b/.changes/v1.11.0.md new file mode 100644 index 00000000..7cd7099c --- /dev/null +++ b/.changes/v1.11.0.md @@ -0,0 +1,5 @@ +## v1.11.0 on 2023-01-26 + +### Added + +* [#439](https://github.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump level diff --git a/CHANGELOG.md b/CHANGELOG.md index 24dc94e7..946e2b46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [itself](https://github.com/miniscruff/changie). +## v1.11.0 on 2023-01-26 + +### Added + +* [#439](https://github.com/miniscruff/changie/issues/439) Auto mode to batch and new which uses kind configs to automatically determine the next bump level + ## v1.10.2 on 2022-12-19 ### Fixed diff --git a/docs/config.toml b/docs/config.toml index bc6bf8d4..bb5c2dd6 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -46,7 +46,7 @@ summaryLength = 30 ] enable_anchor_link = true issues_url = 'https://github.com/miniscruff/changie/issues/new' - version = 'v1.10.2' + version = 'v1.11.0' [params.homepage_meta_tags] meta_description = "Changie is a file based changelog management tool."