Skip to content

Commit

Permalink
1.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
github-actions committed Dec 14, 2022
1 parent 3d05c58 commit 99151fa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -2,6 +2,10 @@

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

## v1.4.0 (2022-12-14)
### Feature
* Increase frequency at which the Outbound Relay Config cache is refreshed ([#80](https://github.com/evervault/evervault-python/issues/80)) ([`3d05c58`](https://github.com/evervault/evervault-python/commit/3d05c58d1878b8adc837afc8ade81f7ef926c9bf))

## v1.3.3 (2022-11-16)
### Fix
* Remove decryption domains from whitelist ([#79](https://github.com/evervault/evervault-python/issues/79)) ([`d5af814`](https://github.com/evervault/evervault-python/commit/d5af81443bdd527376af28c7ad2214b5ec6c0157))
Expand Down
2 changes: 1 addition & 1 deletion evervault/__init__.py
Expand Up @@ -4,7 +4,7 @@
import os
from warnings import warn

__version__ = "1.3.3"
__version__ = "1.4.0"

ev_client = None
_api_key = None
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "evervault"
version = "1.3.3"
version = "1.4.0"
description = "Evervault SDK"
authors = ["Evervault <engineering@evervault.com>"]
license = "MIT"
Expand Down

0 comments on commit 99151fa

Please sign in to comment.