Skip to content

Commit

Permalink
build: bumps version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Oct 7, 2024
1 parent e9f0c0b commit a6e5d91
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,19 @@ 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.6.0] - 2024-10-07

### Added

- Can include less verbose `TowerRollbar` as reporter instead of `TowerRollbar.Reporter`.

### Changed

- No longer necessary to call `Tower.attach()` in your application `start`. It is done
automatically.

- Updates `tower` dependency from `{:tower, "~> 0.5.0"}` to `{:tower, "~> 0.6.0"}`.

## [0.5.0] - 2024-09-03

### Added
Expand Down Expand Up @@ -51,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Updates dependency to `{:tower, "~> 0.4.0"}`.

[0.6.0]: https://github.com/mimiquate/tower_rollbar/compare/v0.5.0...v0.6.0/
[0.5.0]: https://github.com/mimiquate/tower_rollbar/compare/v0.4.1...v0.5.0/
[0.4.1]: https://github.com/mimiquate/tower_rollbar/compare/v0.4.0...v0.4.1/
[0.4.0]: https://github.com/mimiquate/tower_rollbar/compare/v0.3.0...v0.4.0/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `tower_rollbar` to your list of dependenc
```elixir
def deps do
[
{:tower_rollbar, "~> 0.5.0"}
{:tower_rollbar, "~> 0.6.0"}
]
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 TowerRollbar.MixProject do

@description "Error tracking and reporting to Rollbar"
@source_url "https://github.com/mimiquate/tower_rollbar"
@version "0.5.0"
@version "0.6.0"

def project do
[
Expand Down

0 comments on commit a6e5d91

Please sign in to comment.