Skip to content

Commit 59885ef

Browse files
committed
Release version 1.1.0
1 parent 7f343ef commit 59885ef

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

Diff for: CHANGELOG.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
:repo-uri: https://github.com/jirutka/spring-rest-exception-handler
33
:issue-uri: {repo-uri}/issues
44

5+
== 1.1.0 (2015-06-25)
6+
7+
* Include fields from `ErrorMessage` in `ValidationErrorMessage#toString()`.
8+
* Get locale from `LocaleContextHolder` instead of `HttpServletRequest` (thanks to @lukasz-kusek). [{issue-uri}/7[#7]]
9+
510
== 1.0.3 (2015-03-31)
611

712
* Fix error when deserializing `ErrorMessage` from JSON using Jackson 2 due to multiple setters for the status property (thanks to @lukasniemeier-zalando). [{issue-uri}/6[#6]]

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ Released versions are available in The Central Repository. Just add this artifac
260260
<dependency>
261261
<groupId>cz.jirutka.spring</groupId>
262262
<artifactId>spring-rest-exception-handler</artifactId>
263-
<version>1.0.3</version>
263+
<version>1.1.0</version>
264264
</dependency>
265265
```
266266

Diff for: pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<groupId>cz.jirutka.spring</groupId>
1717
<artifactId>spring-rest-exception-handler</artifactId>
18-
<version>1.0.4-SNAPSHOT</version>
18+
<version>1.1.0</version>
1919
<packaging>jar</packaging>
2020

2121
<name>Spring REST Exception Handler</name>

0 commit comments

Comments
 (0)