From df69010061c2547dc5546f56c9ef6d8c1331769c Mon Sep 17 00:00:00 2001 From: github-actions Date: Thu, 25 Jan 2024 16:52:15 +0000 Subject: [PATCH] chore(release): release 1.2.2 --- CHANGELOG.md | 9 +++++++++ pyproject.toml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 282b311e..365e2705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ +## v1.2.2 (2024-01-25) + +### Fix + +* fix: Switch to trusted publishing ([`e84712d`](https://github.com/klarna-incubator/mleko/commit/e84712deb1775c4689a8d89b5bb54f0461494145)) + + ## v1.2.1 (2024-01-25) ### Build @@ -12,6 +19,8 @@ ### Chore +* chore(release): release 1.2.1 ([`f3e66c9`](https://github.com/klarna-incubator/mleko/commit/f3e66c9e2a467a96f4c1f92f660b9e32311a38e4)) + * chore: 🧱 Update `python-semantic-release` config ([`3eafcc4`](https://github.com/klarna-incubator/mleko/commit/3eafcc47d86f104c54e643b39eaab8b5f04648f4)) * chore(deps-dev): bump botocore-stubs from 1.34.26 to 1.34.27 (#174) diff --git a/pyproject.toml b/pyproject.toml index 7d3aee88..b2c52d03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mleko" -version = "1.2.1" +version = "1.2.2" description = "ML-Ekosystem" authors = ["Erik Båvenstrand "] license = "Apache-2.0"