Skip to content

Commit

Permalink
Release 0.1.1 [skip ci]
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and actions-user committed Jan 18, 2022
1 parent 9e299e7 commit 402a076
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!--next-version-placeholder-->

## v0.1.1 (2022-01-18)
### Fix
* Support asterisk and multiple domains ([`9e299e7`](https://github.com/KiraLT/certbot-lambda/commit/9e299e7bccf64ee7b3a097b75945a04ce00d8da9))

## v0.1.0 (2022-01-18)
### Feature
* Ability to change AWS secret description ([`963a47c`](https://github.com/KiraLT/certbot-lambda/commit/963a47cc76bf182e26ce7d3094f6f903d4778791))
2 changes: 1 addition & 1 deletion app/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.0"
__version__ = "0.1.1"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "app"
version = "0.1.0"
version = "0.1.1"
description = ""
authors = ["KiraLT <certbot-lambda@kiralt.dev>"]
packages = [
Expand Down

0 comments on commit 402a076

Please sign in to comment.