Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2020-04-28)

### Features

* **logger:** possibility to override debug mode's default logging mechanism. See README.md ([b878191](b878191))
  • Loading branch information
semantic-release-bot committed Apr 28, 2020
1 parent b878191 commit 2a79528
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [3.2.0](https://github.com/hexonet/java-sdk/compare/v3.1.0...v3.2.0) (2020-04-28)


### Features

* **logger:** possibility to override debug mode's default logging mechanism. See README.md ([b878191](https://github.com/hexonet/java-sdk/commit/b878191142d476a0d46fc86b9a1385e3572bdd56))

# [3.1.0](https://github.com/hexonet/java-sdk/compare/v3.0.0...v3.1.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.1.0</version>
<version>3.2.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 2a79528

Please sign in to comment.