diff --git a/CHANGELOG.md b/CHANGELOG.md index b5152df..7995218 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,8 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -- Rename allowlist allhost/nohost values to all/none +## [3.0.0] - 2023-01-31 +- Rename allowlist allhost/nohost values to all/none ## [2.0.4] - 2023-01-24 - Updated the grpcio dependency to >=1.50.0 @@ -25,8 +26,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - BREAKING CHANGE - Update to handle breaking changes in Iotics API, major change here is the change of TwinID Protobuf definition to include hostId (HostTwinDID) - docker and makefile fixes for mac and changes in buf -[Unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.4...HEAD -[2.0.4]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.2...v2.0.4 +[Unreleased]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v3.0.0...HEAD +[3.0.0]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.4...v3.0.0 +[2.0.4]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.3...v2.0.4 [2.0.3]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.2...v2.0.3 [2.0.2]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.1...v2.0.2 [2.0.1]: https://github.com/Iotic-Labs/iotics-grpc-client-py/compare/v2.0.0...v2.0.1 diff --git a/README.md b/README.md index 0b88292..5f47427 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ A Python library for interacting with Iotics API. | iotics-grpc-client-py | iotics-host | |----------------------| ----------- | +| `pip install iotics-grpc-client~=3.0` | `>= 6` | | `pip install iotics-grpc-client~=2.0` | `>= 5` | | `pip install iotics-grpc-client~=0.10.0` | `>= 4` | diff --git a/setup.cfg b/setup.cfg index 210b3ad..29940a2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = iotics-grpc-client -version = 2.0.4 +version = 3.0.0 description = Iotics gRPC client library long_description = file: README.md long_description_content_type = text/markdown