diff --git a/CHANGELOG.md b/CHANGELOG.md index ae7b588..e546e6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.11.2 (2023-04-13) +### Fix +* Adjust to new `entry` pathing requirements ([#250](https://github.com/linecard/sentential/issues/250)) ([`5864b68`](https://github.com/linecard/sentential/commit/5864b6841c0b9e7f7c2e9fce60dd56e7f4d293d2)) + ## v0.11.1 (2023-04-11) ### Fix * SSM export fix ([#248](https://github.com/wheegee/sentential/issues/248)) ([`311db15`](https://github.com/wheegee/sentential/commit/311db15c8258f70b57036319113d36dae0fd3e8a)) diff --git a/pyproject.toml b/pyproject.toml index fe4b894..f7db2e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentential" -version = "0.11.1" +version = "0.11.2" description = "because lambdas are good" authors = [ "Brendan Keane ", diff --git a/sentential/__init__.py b/sentential/__init__.py index fee46bd..e2bd072 100644 --- a/sentential/__init__.py +++ b/sentential/__init__.py @@ -1 +1 @@ -__version__ = "0.11.1" +__version__ = "0.11.2"