diff --git a/CHANGELOG.md b/CHANGELOG.md index e9c6160..33dda39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,21 @@ +## v0.12.0 (2024-06-11) + +### Feature + +* feat(core): Wrap `get_project` from `galileo-core` (#60) ([`5a83088`](https://github.com/rungalileo/protect/commit/5a830882c7469f1f5d6e09399bf0e002992e9d47)) + + ## v0.11.1 (2024-06-11) +### Chore + +* chore(release): v0.11.1 + +Automatically generated by python-semantic-release ([`a149664`](https://github.com/rungalileo/protect/commit/a1496645b9f34b6e98279d366fc4b2b69440bf55)) + ### Fix * fix(invocation): Use async by default, wrap sync within async (#59) ([`616758a`](https://github.com/rungalileo/protect/commit/616758a5aeb6ba8da2fecbd9d1924f48af1fea6a)) diff --git a/pyproject.toml b/pyproject.toml index da9d8c7..ee96cb0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "galileo-protect" -version = "0.11.1" +version = "0.12.0" description = "🛡️ Secure your Generative AI applications with Galileo Protect!" authors = ["Galileo Technologies Inc. "] readme = "README.md" diff --git a/src/galileo_protect/__init__.py b/src/galileo_protect/__init__.py index ca653d5..c73fed6 100644 --- a/src/galileo_protect/__init__.py +++ b/src/galileo_protect/__init__.py @@ -28,4 +28,4 @@ from galileo_protect.langchain import ProtectParser, ProtectTool -__version__ = "0.11.1" +__version__ = "0.12.0"