diff --git a/CHANGELOG.md b/CHANGELOG.md index c36488b..2fba4a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.20.0](https://github.com/opinionated-digital-center/pyadr/compare/v0.19.0...v0.20.0) (2023-04-26) + + +### Features + +* create new ADR from template file if exists ([902e68b](https://github.com/opinionated-digital-center/pyadr/commit/902e68bb92281e00ea33b356063b728715a96e08)) + ## [0.19.0](https://github.com/opinionated-digital-center/pyadr/compare/v0.18.0...v0.19.0) (2022-04-05) diff --git a/pyadr/__version__.py b/pyadr/__version__.py index 4e4c9fd..2b1f2d3 100644 --- a/pyadr/__version__.py +++ b/pyadr/__version__.py @@ -2,4 +2,4 @@ # Do not edit manually """Version module for pyadr.""" -__version__ = "0.19.0" +__version__ = "0.20.0" diff --git a/pyproject.toml b/pyproject.toml index 5b134d4..238604a 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ [tool.poetry] name = "pyadr" -version = "0.19.0" +version = "0.20.0" description = "CLI to help with an ADR process lifecycle (proposal/approval/rejection/deprecation/superseeding), which used git." license = "MIT" homepage = "https://github.com/opinionated-digital-center/pyadr"