Skip to content

Commit

Permalink
chore(master): release 1.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
indykiteone authored and cowan-macady committed Feb 21, 2023
1 parent be97ec1 commit dc1ef77
Show file tree
Hide file tree
Showing 3 changed files with 10 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.13.0"
".": "1.14.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.14.0](https://github.com/indykite/indykite-sdk-python/compare/v1.13.0...v1.14.0) (2023-02-21)


### Features

* add forgotten password feature ([be97ec1](https://github.com/indykite/indykite-sdk-python/commit/be97ec1650af322a71156b1c53b876b9a63c1d51))
* add forgotten password feature ([5420614](https://github.com/indykite/indykite-sdk-python/commit/542061480e10a6d563fe6a18160b8757098684c1))

## [1.13.0](https://github.com/indykite/indykite-sdk-python/compare/v1.12.0...v1.13.0) (2023-02-16)


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

0 comments on commit dc1ef77

Please sign in to comment.