diff --git a/CHANGELOG.md b/CHANGELOG.md index f55ca4a..a6feff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +## v0.12.2 (2023-07-25) + +### Fix + +* Proper semantic release versioning ([`17ab0b4`](https://github.com/linecard/sentential/commit/17ab0b4f75f1c62869de0487d580501b108cb4d0)) +* Sometimes new is too new ([`0182406`](https://github.com/linecard/sentential/commit/0182406e8602fd2d021d7b267c51d26e4c78dbd3)) +* Ssh-agent, etc. ([#268](https://github.com/linecard/sentential/issues/268)) ([`a91aa62`](https://github.com/linecard/sentential/commit/a91aa62c30d995e342040954aa404e2235b34ab0)) + ## v0.12.1 (2023-06-20) ### Fix diff --git a/pyproject.toml b/pyproject.toml index c10f949..0431fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "sentential" -version = "0.12.1" +version = "0.12.2" description = "because lambdas are good" authors = [ "Brendan Keane ", diff --git a/sentential/__init__.py b/sentential/__init__.py index def467e..76da4a9 100644 --- a/sentential/__init__.py +++ b/sentential/__init__.py @@ -1 +1 @@ -__version__ = "0.12.1" +__version__ = "0.12.2"