From 3fd617002eb59121f7566881ac18942579762cd0 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 9 Jun 2020 09:20:40 +0000 Subject: [PATCH] chore(release): 0.38.0 [skip ci] # [0.38.0](https://github.com/gotson/komga/compare/v0.37.0...v0.38.0) (2020-06-09) ### Bug Fixes * **webui:** simplify unread filter ([bb60f10](https://github.com/gotson/komga/commit/bb60f10d49b41ac2288ad7fe6765cb2d783b41c1)) ### Features * **webui:** search results page ([89039a4](https://github.com/gotson/komga/commit/89039a4170b674adb0453e16e12ea54577abf473)), closes [#29](https://github.com/gotson/komga/issues/29) --- CHANGELOG.md | 12 ++++++++++++ gradle.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c86dadbf..8a540767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [0.38.0](https://github.com/gotson/komga/compare/v0.37.0...v0.38.0) (2020-06-09) + + +### Bug Fixes + +* **webui:** simplify unread filter ([bb60f10](https://github.com/gotson/komga/commit/bb60f10d49b41ac2288ad7fe6765cb2d783b41c1)) + + +### Features + +* **webui:** search results page ([89039a4](https://github.com/gotson/komga/commit/89039a4170b674adb0453e16e12ea54577abf473)), closes [#29](https://github.com/gotson/komga/issues/29) + # [0.37.0](https://github.com/gotson/komga/compare/v0.36.0...v0.37.0) (2020-06-08) diff --git a/gradle.properties b/gradle.properties index b0b8584a..ddcf6ba2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=0.37.0 +version=0.38.0