diff --git a/HISTORY.md b/HISTORY.md index a568473f..e3355038 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## [4.0.1](https://github.com/hexonet/java-sdk/compare/v4.0.0...v4.0.1) (2020-05-18) + + +### Bug Fixes + +* **semantic-release:** include APIClient.java in release commit to include the version number change ([e5de21d](https://github.com/hexonet/java-sdk/commit/e5de21d5532b5209c8cb1fe7da5ff651668d1438)) + # [4.0.0](https://github.com/hexonet/java-sdk/compare/v3.2.0...v4.0.0) (2020-05-18) diff --git a/pom.xml b/pom.xml index 5efc009a..58b49ae1 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ net.hexonet.apiconnector java-sdk - 4.0.0 + 4.0.1 jar java-sdk A connector library for the insanely fast HEXONET backend API. diff --git a/src/main/java/net/hexonet/apiconnector/APIClient.java b/src/main/java/net/hexonet/apiconnector/APIClient.java index 0fa1b442..a1979ca5 100644 --- a/src/main/java/net/hexonet/apiconnector/APIClient.java +++ b/src/main/java/net/hexonet/apiconnector/APIClient.java @@ -295,7 +295,7 @@ public String getReferer() { * @return module version */ public String getVersion() { - return "3.2.0"; + return "4.0.1"; } /**