Skip to content

Commit

Permalink
build: bumps version to v0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 11, 2025
1 parent b5cefad commit 1d44f70
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.3.6] - 2025-02-11

### Added

- Also reports Logger messages if sent by Tower

## [0.3.5] - 2025-02-03

### Added
Expand Down Expand Up @@ -64,6 +70,7 @@ automatically.

- Reports exceptions

[0.3.6]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.5...v0.3.6/
[0.3.5]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.4...v0.3.5/
[0.3.4]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.3...v0.3.4/
[0.3.3]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.2...v0.3.3/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Package can be installed by adding `tower_error_tracker` to your list of depende
```elixir
def deps do
[
{:tower_error_tracker, "~> 0.3.5"}
{:tower_error_tracker, "~> 0.3.6"}
]
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 TowerErrorTracker.MixProject do

@description "Tower reporter for ErrorTracker"
@source_url "https://github.com/mimiquate/tower_error_tracker"
@version "0.3.5"
@version "0.3.6"

def project do
[
Expand Down

0 comments on commit 1d44f70

Please sign in to comment.