diff --git a/CHANGELOG.md b/CHANGELOG.md index 71b7b95..8df9d5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.2.0 (2022-07-23) +### Feature +* Credentials file, propagation seconds and custom certbot args support ([`8ba38bd`](https://github.com/KiraLT/certbot-lambda/commit/8ba38bdc24d87722cd9fb308215d3ed582e85af4)) + ## v0.1.2 (2022-01-19) ### Fix * Code improvements ([`4777178`](https://github.com/KiraLT/certbot-lambda/commit/4777178eb2e1c78aaaebffbae0985d15272b7464)) diff --git a/app/__init__.py b/app/__init__.py index b3f4756..d3ec452 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -1 +1 @@ -__version__ = "0.1.2" +__version__ = "0.2.0" diff --git a/pyproject.toml b/pyproject.toml index f45b52d..f8afa3d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "app" -version = "0.1.2" +version = "0.2.0" description = "" authors = ["KiraLT "] packages = [