Skip to content
This repository has been archived by the owner on May 14, 2020. It is now read-only.

Commit

Permalink
Update versions, readme and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bob983 committed Apr 14, 2016
1 parent 7ac72e2 commit fbbc069
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.6.2 (April 14, 2016)

* @sphinks fixed wrong header names in WebHooks class (#20)
* minimal Java version changed to 1.7

### 1.6.0 (February 2, 2016)

* Added Custom Fields and Teams support (Pro Plan features)
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ Help Scout Java Wrapper
=======================
Java Wrapper for the Help Scout API. More information can be found on our [developer site](http://developer.helpscout.net).

Version 1.6.0 Released
---------------------
Version 1.6.2 Released
----------------------
Please see the [Changelog](https://github.com/helpscout/helpscout-api-java/blob/master/CHANGELOG.md) for details.

Requirements
---------------------
* Java 1.6 or higher
* Java 1.7 or higher
* [Commons Codec](http://commons.apache.org/proper/commons-codec/)
* [Commons Lang](http://commons.apache.org/proper/commons-lang/)
* [Commons IO](http://commons.apache.org/proper/commons-io/)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>net.helpscout</groupId>
<artifactId>helpscout-api</artifactId>
<packaging>jar</packaging>
<version>1.6.0</version>
<version>1.6.2</version>
<name>helpscout-api</name>
<url>http://maven.apache.org</url>

Expand Down Expand Up @@ -126,8 +126,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.3</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<source>1.7</source>
<target>1.7</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit fbbc069

Please sign in to comment.