diff --git a/.circleci/config.yml b/.circleci/config.yml index e8267c1..cd6dd66 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -45,7 +45,7 @@ jobs: - run: name: Sentry release command: | - VERSION="over-hours@1.3.0" + VERSION="over-hours@1.3.1" 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 7b74c40..ea9f1fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.3.1] - 2019-08-30 ### Add diff --git a/main.go b/main.go index 8caf169..451fd91 100644 --- a/main.go +++ b/main.go @@ -34,7 +34,7 @@ func main() { } if !debug { - releaseName := "over-hours@1.3.0" + releaseName := "over-hours@1.3.1" sentryClientOption.Release = releaseName } diff --git a/templates/base.html b/templates/base.html index 2c1794a..da04ab5 100644 --- a/templates/base.html +++ b/templates/base.html @@ -68,7 +68,7 @@

-

OverHours 1.3.0 | OverHours 1.3.1 | Bugs report