Skip to content

Commit

Permalink
chore(master): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EHadoux committed Nov 27, 2023
1 parent 48c1b66 commit 145d4f4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.1.1...1.2.0) (2023-11-27)


### Features

* create documentation to be published in ScribeLabs/documentation repo ([#103](https://github.com/ScribeLabsAI/ScribeAuth/issues/103)) ([4553d63](https://github.com/ScribeLabsAI/ScribeAuth/commit/4553d63655975d5223fe73d581b20f133d6e08d7))


### Dependencies

* **deps:** bump botocore from 1.32.3 to 1.32.7 ([#121](https://github.com/ScribeLabsAI/ScribeAuth/issues/121)) ([a410ea7](https://github.com/ScribeLabsAI/ScribeAuth/commit/a410ea7a385f1b3881ce2465b85d0d8d7ec187c0))
* **deps:** bump certifi from 2023.7.22 to 2023.11.17 ([#116](https://github.com/ScribeLabsAI/ScribeAuth/issues/116)) ([fc13361](https://github.com/ScribeLabsAI/ScribeAuth/commit/fc133616e2b430129013564cb2902e543383fd6a))
* **deps:** bump mypy-boto3-cognito-idp from 1.28.56 to 1.29.0 ([#117](https://github.com/ScribeLabsAI/ScribeAuth/issues/117)) ([48c1b66](https://github.com/ScribeLabsAI/ScribeAuth/commit/48c1b661ca60d223b91028a858fa08e19ea042e1))

## [1.1.1](https://github.com/ScribeLabsAI/ScribeAuth/compare/1.1.0...1.1.1) (2023-11-20)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def readme():
setup(
name='scribeauth',
python_requires='>=3.10.0',
version='1.1.1',
version='1.2.0',
description="Library to authenticate to Scribe's platform",
long_description=readme(),
url='https://github.com/ScribeLabsAI/ScribeAuth',
Expand Down

0 comments on commit 145d4f4

Please sign in to comment.