File tree Expand file tree Collapse file tree 2 files changed +7
-5
lines changed
Expand file tree Collapse file tree 2 files changed +7
-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- ## 0.6.0 (UNRELEASED)
5+ ## 0.6.0 (08/09/2018)
6+ - Adds support for Tags and TagObjects, Thanks [ LoRez] ( https://github.com/lorez ) !
67
78## 0.5.0 (07/14/2018)
89- Add support for Form, Email Template end points.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ This client library is released on Maven Central. Add a new dependency to your
2121<dependency >
2222 <groupId >com.darksci</groupId >
2323 <artifactId >pardot-api-client</artifactId >
24- <version >0.5 .0</version >
24+ <version >0.6 .0</version >
2525</dependency >
2626```
2727
@@ -193,11 +193,8 @@ Official Documentation: [Prospects](http://developer.pardot.com/kb/api-version-3
193193### Tags
194194Official Documentation: [ Tags] ( http://developer.pardot.com/kb/api-version-3/tags/ )
195195
196- - Create
197- - Delete
198196- Query
199197- Read
200- - Update
201198
202199### TagObjects
203200Official Documentation: [ TagObjects] ( http://developer.pardot.com/kb/api-version-3/tag-objects/ )
@@ -242,6 +239,10 @@ passed along with it.
242239The ResponseParser interface defines how to take the API's response and convert it back into
243240user friendly Plain Old Java Objects (POJOs).
244241
242+ ## Contributors
243+ [ Crim] ( https://github.com/crim )
244+ [ LoRez] ( https://github.com/lorez )
245+
245246## Changelog
246247
247248The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
You can’t perform that action at this time.
0 commit comments