Skip to content

Commit 5e7e10d

Browse files
author
Stephen Powis
committed
update README
1 parent aff9cc1 commit 5e7e10d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,6 @@ requesting it.
1313
**Note** Use this library at your own risk! Currently there are no known issues, but as an **unofficial** library,
1414
there are no guarantees.
1515

16-
## Important Breaking Change to Pardot API
17-
18-
As of October 31, 2018 Pardot is disabling the TLS 1.0 encryption protocol. This means that versions of this library
19-
**prior to 1.0.0** will cease to be able to connect to the Pardot Api.
20-
21-
Version 1.0.0 updates the library to use TLS 1.1 and 1.2 protocols. Everyone is encouraged to update
22-
the library prior to October 31st 2018.
23-
2416
## How to use this library
2517

2618
This client library is released on Maven Central. Add a new dependency to your project's POM file:
@@ -29,7 +21,7 @@ This client library is released on Maven Central. Add a new dependency to your
2921
<dependency>
3022
<groupId>com.darksci</groupId>
3123
<artifactId>pardot-api-client</artifactId>
32-
<version>1.0.0</version>
24+
<version>1.0.1</version>
3325
</dependency>
3426
```
3527

@@ -230,6 +222,14 @@ Official Documentation: [VisitorActivities](http://developer.pardot.com/kb/api-v
230222
- Query
231223
- Read
232224

225+
## Important Breaking Change to Pardot API
226+
227+
As of October 31, 2018 Pardot is disabling the TLS 1.0 encryption protocol. This means that versions of this library
228+
**prior to 1.0.0** will cease to be able to connect to the Pardot Api.
229+
230+
Version 1.0.0+ updates the library to use TLS 1.1 and 1.2 protocols. Everyone is encouraged to update
231+
the library prior to October 31st 2018.
232+
233233
## How to Contribute
234234

235235
Want to help implement the missing API end points? Fork the repository, write some code, and

0 commit comments

Comments
 (0)