Skip to content

Commit

Permalink
chore(release): 4.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent 0233bec commit 3a1659e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [4.0.0](https://github.com/hexonet/java-sdk/compare/v3.2.0...v4.0.0) (2020-05-18)


### Features

* **responsetranslator:** added initial version coming with rewrite/restructuring from scratch ([a953e69](https://github.com/hexonet/java-sdk/commit/a953e69e32a4e0c32286b33b36c726425c9e9f97))


### BREAKING CHANGES

* **responsetranslator:** Downward incompatible restructuring (Merge of Response/ResponseTemplate, Rewrite
ResponseTemplateManager) and introducing ResponseTranslator

# [3.2.0](https://github.com/hexonet/java-sdk/compare/v3.1.0...v3.2.0) (2020-04-28)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</properties>
<groupId>net.hexonet.apiconnector</groupId>
<artifactId>java-sdk</artifactId>
<version>3.2.0</version>
<version>4.0.0</version>
<packaging>jar</packaging>
<name>java-sdk</name>
<description>A connector library for the insanely fast HEXONET backend API.</description>
Expand Down

0 comments on commit 3a1659e

Please sign in to comment.