Skip to content

Commit

Permalink
Merge pull request #180 from Workiva/update-changelog
Browse files Browse the repository at this point in the history
update changelog
  • Loading branch information
rmconsole5-wk authored Aug 22, 2024
2 parents a43cb35 + 018e11c commit 008b945
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.18.5](https://github.com/Workiva/opentelemetry-dart/tree/0.18.5) (2024-08-01)

[Full Changelog](https://github.com/Workiva/opentelemetry-dart/compare/0.18.4...0.18.5)

**Merged pull requests:**

- PPI-165 : fix timestamp rounding issues and expose helpers for high res timestamps [\#179](https://github.com/Workiva/opentelemetry-dart/pull/179) ([blakeroberts-wk](https://github.com/blakeroberts-wk))
- update changelog [\#178](https://github.com/Workiva/opentelemetry-dart/pull/178) ([blakeroberts-wk](https://github.com/blakeroberts-wk))

## [0.18.4](https://github.com/Workiva/opentelemetry-dart/tree/0.18.4) (2024-07-18)

[Full Changelog](https://github.com/Workiva/opentelemetry-dart/compare/0.18.3...0.18.4)
Expand Down
7 changes: 7 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,11 @@ test:
--platform vm \
--platform chrome

changelog:
# requires the ruby gem: gem install github_changelog_generator
# requires the env var CHANGELOG_GITHUB_TOKEN set to a GitHub token with repo scope
git fetch --tags
git checkout $(shell git describe --tags `git rev-list --tags --max-count=1`)
github_changelog_generator -u Workiva -p opentelemetry-dart

.PHONY: init format analyze test

0 comments on commit 008b945

Please sign in to comment.