Skip to content

Commit

Permalink
build: bumps version to v0.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 3, 2025
1 parent 28d183c commit 01ec2b2
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.5] - 2025-02-03

### Added

- Adds compatibility with tower 0.8.x by updating `tower` dependency requirement from `{:tower, "~> 0.7.1"}` to `{:tower, "~> 0.7.1 or ~> 0.8.0"}`.

## [0.3.4] - 2024-11-27

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

- Reports exceptions

[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/
[0.3.2]: https://github.com/mimiquate/tower_error_tracker/compare/v0.3.1...v0.3.2/
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.4"}
{:tower_error_tracker, "~> 0.3.5"}
]
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.4"
@version "0.3.5"

def project do
[
Expand Down

0 comments on commit 01ec2b2

Please sign in to comment.