Skip to content

Commit

Permalink
build: bumps version to v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 24, 2024
1 parent 9c2c4c8 commit 50ef24a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2024-10-24

### Fixed

- Properly report common `:gen_server` abnormal exits

## [0.2.0] - 2024-10-07

### Added
Expand Down Expand Up @@ -34,6 +40,7 @@ automatically.

Initial release

[0.2.1]: https://github.com/mimiquate/tower_honeybadger/compare/v0.2.0...v0.2.1/
[0.2.0]: https://github.com/mimiquate/tower_honeybadger/compare/v0.1.2...v0.2.0/
[0.1.2]: https://github.com/mimiquate/tower_honeybadger/compare/v0.1.1...v0.1.2/
[0.1.1]: https://github.com/mimiquate/tower_honeybadger/compare/v0.1.0...v0.1.1/
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Package can be installed by adding `tower_honeybadger` to your list of dependenc
```elixir
def deps do
[
{:tower_honeybadger, "~> 0.2.0"}
{:tower_honeybadger, "~> 0.2.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ defmodule TowerHoneybadger.MixProject do

@description "Error tracking and reporting to Honeybadger"
@source_url "https://github.com/mimiquate/tower_honeybadger"
@version "0.2.0"
@version "0.2.1"

def project do
[
Expand Down

0 comments on commit 50ef24a

Please sign in to comment.