Skip to content

Commit 3dffc39

Browse files
committed
1.0.0
Automatically generated by python-semantic-release
1 parent 53386d6 commit 3dffc39

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
<!--next-version-placeholder-->
44

5+
## v1.0.0 (2022-07-06)
6+
### Feature
7+
* Supports decrypt_domains config option ([`1a69cce`](https://github.com/evervault/evervault-python/commit/1a69cce6254ba09d62510b2ff3adc9b8a2def22b))
8+
9+
### Breaking
10+
* Traffic won't be sent through outbound proxy by default anymore ([`1a69cce`](https://github.com/evervault/evervault-python/commit/1a69cce6254ba09d62510b2ff3adc9b8a2def22b))
11+
512
## v0.8.4 (2022-06-30)
613
### Fix
714
* Merge pull request #67 from evervault/eoinpm/pro-989-end-the-ddos-machine-python-sdk ([`06d0d05`](https://github.com/evervault/evervault-python/commit/06d0d05bca35b9e4f19568e4d9087dff2c296b25))

evervault/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from .errors.evervault_errors import AuthenticationError, UnsupportedCurveError
44
import os
55

6-
__version__ = "0.8.4"
6+
__version__ = "1.0.0"
77

88
ev_client = None
99
_api_key = None

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "evervault"
3-
version = "0.8.4"
3+
version = "1.0.0"
44
description = "Everault SDK"
55
authors = ["Evervault <engineering@evervault.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)