Skip to content

Commit

Permalink
changelog + version++
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashinsch committed Mar 28, 2015
1 parent 051d9a5 commit 4fa1052
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/lib.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 4fa1052

Please sign in to comment.