Skip to content

Commit 20ab53b

Browse files
committed
Prepare for 1.1.0
1 parent 51b6c6b commit 20ab53b

2 files changed

Lines changed: 8 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
CHANGELOG
22
=========
33

4-
1.0.1
4+
1.1.0 (2016-10-10)
55
------------------
66
* Added two new types to the `Event.Type` enum: `EMAIL_CHANGE` and
77
`PASSWORD_RESET`.
8+
* Update Jackson and WireMock dependencies.
89

910
1.0.0 (2016-09-16)
1011
------------------
1112

1213
* First production release.
13-
* Connections will now be reused between requests made with the same
14+
* Connections will now be reused between requests made with the same
1415
`WebServiceClient` object.
1516
* `WebServiceClient` now implements `Closeable`.
1617
* You are now able to set a proxy to use via the `WebServiceClient.Builder`

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
<dependency>
4343
<groupId>com.fasterxml.jackson.core</groupId>
4444
<artifactId>jackson-core</artifactId>
45-
<version>2.8.2</version>
45+
<version>2.8.3</version>
4646
</dependency>
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.8.2</version>
50+
<version>2.8.3</version>
5151
</dependency>
5252
<dependency>
5353
<groupId>com.fasterxml.jackson.core</groupId>
5454
<artifactId>jackson-annotations</artifactId>
55-
<version>2.8.2</version>
55+
<version>2.8.3</version>
5656
</dependency>
5757
<dependency>
5858
<groupId>com.maxmind.geoip2</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>com.github.tomakehurst</groupId>
8080
<artifactId>wiremock</artifactId>
81-
<version>2.0.10-beta</version>
81+
<version>2.2.1</version>
8282
<scope>test</scope>
8383
</dependency>
8484
<dependency>
@@ -96,7 +96,7 @@
9696
<dependency>
9797
<groupId>com.fasterxml.jackson.jr</groupId>
9898
<artifactId>jackson-jr-objects</artifactId>
99-
<version>2.8.2</version>
99+
<version>2.8.3</version>
100100
<scope>test</scope>
101101
</dependency>
102102
<dependency>

0 commit comments

Comments
 (0)