Skip to content

Commit d238514

Browse files
committed
Release v0.5.0
1 parent ed31572 commit d238514

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ CHANGELOG](http://keepachangelog.com/) for how to update this file. This project
44
adheres to [Semantic Versioning](http://semver.org/).
55

66
## [Unreleased][unreleased]
7+
8+
## [0.5.0] - 2019-10-17
79
### Added
810
- Added Sync mode
911

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,12 @@ If you're adding a new feature, please [submit an issue](https://github.com/hone
350350
3. Push to your branch `git push origin my_branch`
351351
4. Send a [pull request](https://github.com/honeybadger-io/honeybadger-go/pulls)
352352

353+
## Releasing
354+
355+
1. Update `VERSION` in `honeybadger.go`
356+
2. Include version in `CHANGELOG.md`
357+
3. Commit release and push tag with release version
358+
353359
### License
354360

355361
This library is MIT licensed. See the [LICENSE](https://raw.github.com/honeybadger-io/honeybadger-go/master/LICENSE) file in this repository for details.

honeybadger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77
)
88

99
// VERSION defines the version of the honeybadger package.
10-
const VERSION = "0.4.0"
10+
const VERSION = "0.5.0"
1111

1212
var (
1313
// client is a pre-defined "global" client.

0 commit comments

Comments
 (0)