Skip to content

Commit

Permalink
0.8.2
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
actions-user committed May 12, 2022
1 parent ca9ba71 commit 74b3028
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## v0.8.2 (2022-05-12)
### Fix
* Format ([`e3010a9`](https://github.com/evervault/evervault-python/commit/e3010a961c26a9d8c0804e1e6a377e1816258ad0))
* Remove metrics ([`ade1ff9`](https://github.com/evervault/evervault-python/commit/ade1ff9ddfad9d231cbd8c4d83d33d609c0ba42a))

## v0.8.1 (2022-05-04)
### Fix
* **crypto client:** Dont add AAD when using K1 curve ([`bcb5548`](https://github.com/evervault/evervault-python/commit/bcb5548a9b1f468f604e353155179a40943f044a))
Expand Down
2 changes: 1 addition & 1 deletion evervault/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from .errors.evervault_errors import AuthenticationError, UnsupportedCurveError
import os

__version__ = "0.8.1"
__version__ = "0.8.2"

ev_client = None
_api_key = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evervault"
version = "0.8.1"
version = "0.8.2"
description = "Everault SDK"
authors = ["Evervault <engineering@evervault.com>"]
license = "MIT"
Expand Down

0 comments on commit 74b3028

Please sign in to comment.