You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,13 @@
2
2
The format is based on [Keep a Changelog](http://keepachangelog.com/)
3
3
and this project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
+
## 3.3.0 (05/02/2021)
6
+
-[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)!
7
+
8
+
#### Internal Dependency Updates
9
+
- Upgraded Jackson from version 2.11.2 to 2.11.4.
10
+
11
+
5
12
## 3.2.0 (02/09/2021)
6
13
-[ISSUE-68](https://github.com/Crim/pardot-java-client/issues/68) Add authentication method for grant_type=authorization_code using previously retrieved refresh_token. See `ConfigurationBuilder.withSsoRefreshTokenLogin()`
7
14
-[ISSUE-70](https://github.com/Crim/pardot-java-client/issues/70) Adds ability to override the OAuth authentication endpoint when doing SSO authentication. See optional parameter `AuthorizationServer` on the `ConfigurationBuilder.withSsoRefreshTokenLogin()` and `ConfigurationBuilder.withSsoLogin()` methods.
0 commit comments