Skip to content

Commit 7e39838

Browse files
authored
Prep for 0.6.0 Release (#13)
* Prep for release of 0.6.0 * Update README
1 parent 6bea8fa commit 7e39838

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
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-
## 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.

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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
194194
Official 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
203200
Official Documentation: [TagObjects](http://developer.pardot.com/kb/api-version-3/tag-objects/)
@@ -242,6 +239,10 @@ passed along with it.
242239
The ResponseParser interface defines how to take the API's response and convert it back into
243240
user 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

247248
The format is based on [Keep a Changelog](http://keepachangelog.com/)

0 commit comments

Comments
 (0)