From 4fa10520bc3b740ad9f90f60bd2032e9a5f8944c Mon Sep 17 00:00:00 2001 From: Lukas Hinsch Date: Sat, 28 Mar 2015 15:51:02 +0100 Subject: [PATCH] changelog + version++ --- CHANGELOG.md | 3 +++ lib/lib.gradle | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50b8a73..9d54c2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # spring-boot-actuator-logview changelog +## 0.2.5 +- allow downloading only the last 50 lines of each file (closes [#13](https://github.com/lukashinsch/spring-boot-actuator-logview/pull/13)) + ## 0.2.4 - show file content when calling endpoint url without trailing slash (fixes [#11](https://github.com/lukashinsch/spring-boot-actuator-logview/issues/11)) - allow to specify logging path via "endpoints.logview.path" property (fixes [#3](https://github.com/lukashinsch/spring-boot-actuator-logview/issues/3) diff --git a/lib/lib.gradle b/lib/lib.gradle index e091771..41243bc 100644 --- a/lib/lib.gradle +++ b/lib/lib.gradle @@ -14,7 +14,7 @@ apply plugin: 'com.github.kt3k.coveralls' ext { springBootVersion = '1.2.1.RELEASE' - libVersion = '0.2.4' + libVersion = '0.2.5' } jar {