Skip to content

Commit

Permalink
chore(master): release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed Jan 20, 2023
1 parent 961701d commit e226c92
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.0"
".": "1.10.0"
}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [1.10.0](https://github.com/indykite/indykite-sdk-python/compare/v1.9.0...v1.10.0) (2023-01-20)


### Features

* add authorization ([961701d](https://github.com/indykite/indykite-sdk-python/commit/961701dec6cb0d71dc15e65069b7e00d751cdf6d))
* add authorization ([2982050](https://github.com/indykite/indykite-sdk-python/commit/298205077e7a75a63908d08d0fa74cd03b661e4b))
* add authorization ([c6d6b6e](https://github.com/indykite/indykite-sdk-python/commit/c6d6b6e2fa6bc124a9cfd80170677597f667ff16))
* add authorization ([2d922d7](https://github.com/indykite/indykite-sdk-python/commit/2d922d7fd22b5546699cab14fbac6f3dcdc37327))
* add authorization with token ([15544e2](https://github.com/indykite/indykite-sdk-python/commit/15544e2eb42da2debc856bfd5d36067aca500e6b))

## [1.9.0](https://github.com/indykite/indykite-sdk-python/compare/v1.8.0...v1.9.0) (2023-01-12)


Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "1.9.0"
__version__ = "1.10.0"

0 comments on commit e226c92

Please sign in to comment.