File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and 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/
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The package can be installed by adding `tower_rollbar` to your list of dependenc
1515``` elixir
1616def deps do
1717 [
18- {:tower_rollbar , " ~> 0.6.7 " }
18+ {:tower_rollbar , " ~> 0.6.8 " }
1919 ]
2020end
2121```
Original file line number Diff line number Diff 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 [
You can’t perform that action at this time.
0 commit comments