Skip to content

Commit 0a11b64

Browse files
committed
prep for release
1 parent 6f90634 commit 0a11b64

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
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+
## 4.0.0 (06/03/2021)
6+
7+
### NOTE: Breaking Change
8+
Out of an abundance of caution, denoting this release as being a breaking change.
9+
The `zip` field on [Account](https://github.com/Crim/pardot-java-client/commit/6f90634a81b733bc525f61218e228cadba1368ae#diff-218cecafc85bc0dfa03c626e9d9036657ddef6acb4f4f66362267f8a727eb9b6) was changed from an `Integer` type to a `String` type. If you have
10+
code that references this field, you will need to update your code to reflect this change.
11+
12+
- [PR-78](https://github.com/Crim/pardot-java-client/pull/78) Account 'zip' property changed from being an `Integer` type to a `String` to support worldwide zipcodes.
13+
514
## 3.3.0 (05/02/2021)
615
- [PR-75](https://github.com/Crim/pardot-java-client/pull/75) Added support for querying and reading Visits. Thanks [@dai-00](https://github.com/dai-00)!
716

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This client library is released on Maven Central. Add a new dependency to your
3030
<dependency>
3131
<groupId>com.darksci</groupId>
3232
<artifactId>pardot-api-client</artifactId>
33-
<version>3.3.0</version>
33+
<version>4.0.0</version>
3434
</dependency>
3535
```
3636

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>3.3.0</version>
9+
<version>4.0.0</version>
1010
<packaging>jar</packaging>
1111

1212
<!-- Require Maven 3.5.0 -->
@@ -50,7 +50,7 @@
5050
<jackson.version>2.11.4</jackson.version>
5151

5252
<!-- Define which version of junit you'll be running -->
53-
<junit.version>4.13.1</junit.version>
53+
<junit.version>4.13.2</junit.version>
5454

5555
<!-- Specify which Checkstyle ruleset to use -->
5656
<checkstyle.ruleset>build/checkstyle.xml</checkstyle.ruleset>
@@ -137,7 +137,7 @@
137137
<dependency>
138138
<groupId>commons-io</groupId>
139139
<artifactId>commons-io</artifactId>
140-
<version>2.8.0</version>
140+
<version>2.9.0</version>
141141
<scope>test</scope>
142142
</dependency>
143143

0 commit comments

Comments
 (0)