From 3898d356bd80edfc7b8a305dec0357598361f4a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:25:42 +0000 Subject: [PATCH] chore(master): release 1.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) 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',