From b2d8f977685f3b729232265d2d0f09e0fe97b0c7 Mon Sep 17 00:00:00 2001 From: KennHuang Date: Sun, 29 Sep 2019 02:19:24 +0800 Subject: [PATCH] Update version tag and changelog --- .circleci/config.yml | 2 +- CHANGELOG.md | 6 ++++++ main.go | 2 +- templates/base.html | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 3297efe..b6b0f45 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ jobs: - run: name: Sentry release command: | - VERSION="over-hours@1.3.2" + VERSION="over-hours@1.3.4" echo $VERSION sentry-cli releases new -p overhours $VERSION sentry-cli releases set-commits --auto $VERSION diff --git a/CHANGELOG.md b/CHANGELOG.md index a67696e..4e4f611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.3.4] - 2019-09-29 + +# Fixed + +- Fix slice element removal bug of `GetMeetingsByUserId` and `GetOngoingMeetingsByUserId` + ## [1.3.3] - 2019-09-08 ### Add diff --git a/main.go b/main.go index 683d454..77dcdcb 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { } if !debug { - releaseName := "over-hours@1.3.3" + releaseName := "over-hours@1.3.4" sentryClientOption.Release = releaseName } diff --git a/templates/base.html b/templates/base.html index 8a569f0..91895f3 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,7 +68,7 @@

-

OverHours 1.3.3 | OverHours 1.3.4 | Bugs report