Skip to content

Commit 3a1659e

Browse files
chore(release): 4.0.0 [skip ci]
# [4.0.0](v3.2.0...v4.0.0) (2020-05-18) ### Features * **responsetranslator:** added initial version coming with rewrite/restructuring from scratch ([a953e69](a953e69)) ### BREAKING CHANGES * **responsetranslator:** Downward incompatible restructuring (Merge of Response/ResponseTemplate, Rewrite ResponseTemplateManager) and introducing ResponseTranslator
1 parent 0233bec commit 3a1659e

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

HISTORY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [4.0.0](https://github.com/hexonet/java-sdk/compare/v3.2.0...v4.0.0) (2020-05-18)
2+
3+
4+
### Features
5+
6+
* **responsetranslator:** added initial version coming with rewrite/restructuring from scratch ([a953e69](https://github.com/hexonet/java-sdk/commit/a953e69e32a4e0c32286b33b36c726425c9e9f97))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **responsetranslator:** Downward incompatible restructuring (Merge of Response/ResponseTemplate, Rewrite
12+
ResponseTemplateManager) and introducing ResponseTranslator
13+
114
# [3.2.0](https://github.com/hexonet/java-sdk/compare/v3.1.0...v3.2.0) (2020-04-28)
215

316

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</properties>
88
<groupId>net.hexonet.apiconnector</groupId>
99
<artifactId>java-sdk</artifactId>
10-
<version>3.2.0</version>
10+
<version>4.0.0</version>
1111
<packaging>jar</packaging>
1212
<name>java-sdk</name>
1313
<description>A connector library for the insanely fast HEXONET backend API.</description>

0 commit comments

Comments
 (0)