Skip to content

Commit 2d2d412

Browse files
committed
build: bumps version to v0.6.8
1 parent ce228bd commit 2d2d412

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.8] - 2026-03-16
9+
10+
### Fixed
11+
12+
- More graceful handling of Rollbar API responses when reporting events/errors (#120)
13+
814
## [0.6.7] - 2025-11-07
915

1016
### Fixed
@@ -115,6 +121,7 @@ automatically.
115121

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

124+
[0.6.8]: https://github.com/mimiquate/tower_rollbar/compare/v0.6.7...v0.6.8/
118125
[0.6.7]: https://github.com/mimiquate/tower_rollbar/compare/v0.6.6...v0.6.7/
119126
[0.6.6]: https://github.com/mimiquate/tower_rollbar/compare/v0.6.5...v0.6.6/
120127
[0.6.5]: https://github.com/mimiquate/tower_rollbar/compare/v0.6.4...v0.6.5/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The package can be installed by adding `tower_rollbar` to your list of dependenc
1515
```elixir
1616
def deps do
1717
[
18-
{:tower_rollbar, "~> 0.6.7"}
18+
{:tower_rollbar, "~> 0.6.8"}
1919
]
2020
end
2121
```

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule TowerRollbar.MixProject do
44
@description "Error tracking and reporting to Rollbar"
55
@source_url "https://github.com/mimiquate/tower_rollbar"
66
@changelog_url @source_url <> "/blob/-/CHANGELOG.md"
7-
@version "0.6.7"
7+
@version "0.6.8"
88

99
def project do
1010
[

0 commit comments

Comments
 (0)