Skip to content

Commit

Permalink
chore(release): 3.0.0
Browse files Browse the repository at this point in the history
# [3.0.0](v2.0.0...v3.0.0) (2022-07-12)

### Features

* **strm-1259:** update driver for keycloak auth ([#4](#4)) ([7930603](7930603))

### BREAKING CHANGES

* **strm-1259:** authentication has changed
  • Loading branch information
streammachineio-org committed Jul 12, 2022
1 parent 7930603 commit 58f785e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [3.0.0](https://github.com/strmprivacy/python-driver/compare/v2.0.0...v3.0.0) (2022-07-12)


### Features

* **strm-1259:** update driver for keycloak auth ([#4](https://github.com/strmprivacy/python-driver/issues/4)) ([7930603](https://github.com/strmprivacy/python-driver/commit/79306034abf4f1fd3b7aee3d7e0d50df34a2f79d))


### BREAKING CHANGES

* **strm-1259:** authentication has changed

# [2.0.0](https://github.com/streammachineio/python-driver/compare/v1.0.0...v2.0.0) (2021-11-10)


Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
packages=find_namespace_packages(include=['strmprivacy.*']),
namespace_packages=["strmprivacy"],
setup_requires=[],
version='2.0.0',
version='3.0.0',
zip_safe=False,
)
2 changes: 1 addition & 1 deletion strmprivacy/driver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = """Stream Machine B.V."""
__email__ = 'apis@strmprivacy.io'
__version__ = '2.0.0'
__version__ = '3.0.0'

from .client import StrmPrivacyClient
from .domain.config import ClientConfig
Expand Down

0 comments on commit 58f785e

Please sign in to comment.