File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
33and 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
File renamed without changes.
Original file line number Diff line number Diff line change 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 -->
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
You can’t perform that action at this time.
0 commit comments