Skip to content

Commit

Permalink
Update version tag and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
kennhung committed Sep 28, 2019
1 parent ec8e73c commit b2d8f97
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run:
name: Sentry release
command: |
VERSION="[email protected].2"
VERSION="[email protected].4"
echo $VERSION
sentry-cli releases new -p overhours $VERSION
sentry-cli releases set-commits --auto $VERSION
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ func main() {
}

if !debug {
releaseName := "[email protected].3"
releaseName := "[email protected].4"
sentryClientOption.Release = releaseName
}

Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<div class="ml-md-5 ml-2 mr-md-5 mr-2">
<hr>
<div class="text-center">
<p>OverHours 1.3.3 | <a class="badge-pill badge badge-warning"
<p>OverHours 1.3.4 | <a class="badge-pill badge badge-warning"
href="https://github.com/Team6083/OverHours/issues">Bugs report</a></p>
</div>
</div>
Expand Down

0 comments on commit b2d8f97

Please sign in to comment.