Skip to content

Commit aff9cc1

Browse files
author
Stephen Powis
committed
prep for 1.0.1 release
1 parent 6387449 commit aff9cc1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/)
33
and this project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 1.1.0 (UNRELEASED)
5+
## 1.0.1 (12/12/2019)
66

77
#### Bugfixes
88
- [Issue-35](https://github.com/Crim/pardot-java-client/issues/35) Submit POST parameters using UTF-8 charset by default.
@@ -11,7 +11,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1111
#### Internal Dependency Updates
1212
- org.apache.httpcomponents:httpclent from 4.5.6 to 4.5.10
1313
- org.apache.logging.log4j from 2.11.0 to 2.12.1
14-
- com.fasterxml.jackson.core:ackson-databind from 2.9.9 to 2.10.0
14+
- com.fasterxml.jackson.core:jackson-databind from 2.9.9 to 2.10.1
1515

1616
## 1.0.0 (08/19/2018)
1717
### Breaking Change

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.darksci</groupId>
88
<artifactId>pardot-api-client</artifactId>
9-
<version>1.1.0</version>
9+
<version>1.0.1</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.5.0 -->
@@ -47,13 +47,13 @@
4747
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4848

4949
<!-- Jackson version -->
50-
<jackson.version>2.10.0</jackson.version>
50+
<jackson.version>2.10.1</jackson.version>
5151

5252
<!-- Define which version of junit you'll be running -->
5353
<junit.version>4.12</junit.version>
5454

5555
<!-- Specify which Checkstyle ruleset to use -->
56-
<checkstyle.ruleset>build/checkstyle-v1.0.xml</checkstyle.ruleset>
56+
<checkstyle.ruleset>build/checkstyle.xml</checkstyle.ruleset>
5757
<checkstyle.plugin.version>3.0.0</checkstyle.plugin.version>
5858
<checkstyle.version>8.18</checkstyle.version>
5959

0 commit comments

Comments
 (0)