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

Commit e45261d

Browse files
committed
Merge pull request #24 from helpscout/update-versions
Update versions, readme and changelog
2 parents 7ac72e2 + fbbc069 commit e45261d

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### 1.6.2 (April 14, 2016)
2+
3+
* @sphinks fixed wrong header names in WebHooks class (#20)
4+
* minimal Java version changed to 1.7
5+
16
### 1.6.0 (February 2, 2016)
27

38
* Added Custom Fields and Teams support (Pro Plan features)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ Help Scout Java Wrapper
22
=======================
33
Java Wrapper for the Help Scout API. More information can be found on our [developer site](http://developer.helpscout.net).
44

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

99
Requirements
1010
---------------------
11-
* Java 1.6 or higher
11+
* Java 1.7 or higher
1212
* [Commons Codec](http://commons.apache.org/proper/commons-codec/)
1313
* [Commons Lang](http://commons.apache.org/proper/commons-lang/)
1414
* [Commons IO](http://commons.apache.org/proper/commons-io/)

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>net.helpscout</groupId>
55
<artifactId>helpscout-api</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.6.0</version>
7+
<version>1.6.2</version>
88
<name>helpscout-api</name>
99
<url>http://maven.apache.org</url>
1010

@@ -126,8 +126,8 @@
126126
<artifactId>maven-compiler-plugin</artifactId>
127127
<version>3.3</version>
128128
<configuration>
129-
<source>1.6</source>
130-
<target>1.6</target>
129+
<source>1.7</source>
130+
<target>1.7</target>
131131
</configuration>
132132
</plugin>
133133
</plugins>

0 commit comments

Comments
 (0)