diff --git a/CHANGELOG.md b/CHANGELOG.md index 330408c..331f6de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.3.0 (2022-12-28) +### Feature +* Dependencies update ([`56c67e5`](https://github.com/KiraLT/certbot-lambda/commit/56c67e554aa86de8eaafe285b363feb995ff797f)) + ## v0.2.4 (2022-07-30) ### Fix * Credentials file fix ([`2e563f1`](https://github.com/KiraLT/certbot-lambda/commit/2e563f1133d54cd750b104a586b995793454c3b2)) diff --git a/app/__init__.py b/app/__init__.py index 788da1f..493f741 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1 +1 @@ -__version__ = "0.2.4" +__version__ = "0.3.0" diff --git a/pyproject.toml b/pyproject.toml index f55f14c..e95187d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app" -version = "0.2.4" +version = "0.3.0" description = "" authors = ["KiraLT "] packages = [