Skip to content

Commit 061c53e

Browse files
committed
Release version 1.2.0
1 parent 011e022 commit 061c53e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.adoc

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

5+
== 1.2.0 (2015-05-16)
6+
7+
* Modify `ErrorMessageRestExceptionHandler` to log missing message on the DEBUG level instead of INFO.
8+
* Inherit versions of dependencies from Spring’s platform-bom.
9+
* Deploy snapshots to JFrog OSS repository.
10+
511
== 1.1.1 (2015-08-02)
612

713
* Fix compatibility with Spring 4.2.0.

README.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
:source-language: java
33
// Project meta
44
:name: spring-rest-exception-handler
5-
:version: 1.1.1
5+
:version: 1.2.0
66
:group-id: cz.jirutka.spring
77
:artifact-id: {name}
88
:gh-name: jirutka/{name}

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.2.0-SNAPSHOT</version>
18+
<version>1.2.0</version>
1919
<packaging>jar</packaging>
2020

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

0 commit comments

Comments
 (0)