diff --git a/CHANGELOG.md b/CHANGELOG.md index 97e2c647..dcbe712c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ml). ## master - [1.0.2-beta] + [1.0.3-beta] ## testing - [1.0.3-beta] + [1.0.4-beta] + +## [1.0.4-beta] +- [addend] #95 adding endpoint for check the hash of one report ## [1.0.3-beta] - [addend] #85 add mac of network adapter to device hid -- [addend] #95 adding endpoint for check the hash of one report - [changed] #94 change form of snapshot manual ## [1.0.2-beta] diff --git a/ereuse_devicehub/__init__.py b/ereuse_devicehub/__init__.py index 35bf5f4a..a20c909b 100644 --- a/ereuse_devicehub/__init__.py +++ b/ereuse_devicehub/__init__.py @@ -1 +1 @@ -__version__ = "1.0.3-beta" +__version__ = "1.0.4-beta"