diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e797b0..9abf3a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). -## [Unreleased] +## [0.2.0] - 2024-12-18 ### Added * Added .github/dependabot.yml file to auto-update GitHub actions * Implemented the `create_token` action. Provided the caller has an admin token, this action generates and returns a new pipeline-specific token. +* Brought some semi-standard Porch client config over from npg_notifications to + improve reusability ## [0.1.0] - 2024-07-23 diff --git a/pyproject.toml b/pyproject.toml index 049982b..37cb1f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "npg_porch_cli" -version = "0.1.0" +version = "0.2.0" authors = [ "Marina Gourtovaia", "Kieron Taylor", @@ -11,7 +11,7 @@ readme = "README.md" license = "GPL-3.0-or-later" [tool.poetry.scripts] -npg_porch_client = "npg_porch_cli.api_cli_user:run" +npg_porch_client = "npg_porch_cli.api_cli_user:run" [tool.poetry.dependencies] python = "^3.10"