diff --git a/CHANGELOG.md b/CHANGELOG.md index a8d1f6a..f55ca4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ +## v0.12.1 (2023-06-20) + +### Fix + +* Args ([`fce85da`](https://github.com/linecard/sentential/commit/fce85da011be431fc61f976a05fe7b1703049fb2)) + ## v0.12.0 (2023-06-09) ### Feature diff --git a/pyproject.toml b/pyproject.toml index d97f26b..09e33ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentential" -version = "0.12.0" +version = "0.12.1" description = "because lambdas are good" authors = [ "Brendan Keane ", diff --git a/sentential/__init__.py b/sentential/__init__.py index ea370a8..def467e 100644 --- a/sentential/__init__.py +++ b/sentential/__init__.py @@ -1 +1 @@ -__version__ = "0.12.0" +__version__ = "0.12.1"