Skip to content

Commit

Permalink
1.13.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release authored and Fabian Schuh committed Feb 13, 2024
1 parent f596cdf commit b5c4c3f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

<!--next-version-placeholder-->

## v1.13.0 (2024-02-13)
### Feature
* Additional api to obtain user info of access-key ([`a973cba`](https://github.com/knowledgemd/backend/commit/a973cbac4b36093a41d44fb0119d80652303527a))
* **configure:** Explicit page to link obsidian ([`ac7d455`](https://github.com/knowledgemd/backend/commit/ac7d4553acd43bea9ab9b78638b4239a3c1c5979))

### Fix
* Allow advanced config when linking obsidian ([`69fedca`](https://github.com/knowledgemd/backend/commit/69fedca7034977d024fa4efe79f5e645418a3076))
* Contact form needs to use the email address in from field ([`d39d953`](https://github.com/knowledgemd/backend/commit/d39d953dc3efa7ddf3d8a54da7e319fbc5723e5c))

## v1.12.2 (2024-02-12)
### Fix
* Re-enable permissions, limits seats, can only change numberby upgrading ([`afc8d2f`](https://github.com/knowledgemd/backend/commit/afc8d2faab67e96213d769052be648b20ccbe852))
Expand Down
2 changes: 1 addition & 1 deletion backend/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "1.12.2"
__version__ = "1.13.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from setuptools import setup

__version__ = "1.12.2"
__version__ = "1.13.0"


setup(
Expand Down

0 comments on commit b5c4c3f

Please sign in to comment.