Skip to content

Commit

Permalink
Prepare v0.2.0 release (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Sep 9, 2022
1 parent d81a4ca commit 9124a9f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# chef-handler-honeycomb changelog

## [0.2.0] - 2022-09-08

### Enhancements

- Update handler to produce a full trace with child spans (#10) | [@tdarwin](https://github.com/tdarwin)

### Maintenance

- Add re-triage workflow (#9) | [@vreynolds](https://github.com/vreynolds)
- Empower apply-labels action to apply labels (#8) | [@robbkidd](https://github.com/robbkidd)
- Change maintenance badge to maintained (#6) | [@JamieDanielson](https://github.com/JamieDanielson)
- Adds Stalebot (#7) | [@JamieDanielson](https://github.com/JamieDanielson)
- Add NOTICE (#5) | [@cartermp](https://github.com/cartermp)
- Add issue and PR templates (#4) | [@vreynolds](https://github.com/vreynolds)
- Add OSS lifecycle badge (#3) | [@vreynolds](https://github.com/vreynolds)
- Add maintenance files (#2) | [@vreynolds](https://github.com/vreynolds)

## [0.1.1] - 2019-04-19

### Fixes

- Fix class variable access | [@martin308](https://github.com/martin308)
7 changes: 7 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Releasing

- Update `CHANGELOG.md` with the changes since the last release.
- Commit changes, push, and open a release preparation pull request for review.
- Once the pull request is merged, fetch the updated `main` branch.
- Apply a tag for the new version on the merged commit: vX.Y.Z, for example v1.1.2.
- Create a release in GitHub from the new tag.

0 comments on commit 9124a9f

Please sign in to comment.