diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..41ea87d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d2b02a4..6746cae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.1](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.2.0...1.2.1) (2025-03-12) + + +### Dependencies + +* **deps:** bump importlib-metadata from 6.9.0 to 7.0.0 ([#128](https://github.com/ScribeLabsAI/ScribeAuth/issues/128)) ([8011040](https://github.com/ScribeLabsAI/ScribeAuth/commit/801104005ffe3a164c615edb95de9b99e9c3f787)) +* **deps:** bump the prod-dependencies group with 13 updates ([#126](https://github.com/ScribeLabsAI/ScribeAuth/issues/126)) ([d993280](https://github.com/ScribeLabsAI/ScribeAuth/commit/d99328057fe53a36d766639a44bf8cef3855085c)) + ## [1.2.0](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.1.1...1.2.0) (2023-11-29) diff --git a/setup.py b/setup.py index d37f968..9cea95a 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ def readme(): setup( name='scribeauth', python_requires='>=3.10.0', - version='1.2.0', + version='1.2.1', description="Library to authenticate to Scribe's platform", long_description=readme(), url='https://github.com/ScribeLabsAI/ScribeAuth',