From 3ea0a42c0cda02b5eb25abe33251b2a2525f39a1 Mon Sep 17 00:00:00 2001 From: Gonzalo <456459+grzuy@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:19:32 -0300 Subject: [PATCH] build: bump version to v0.3.2 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6433128..6137772 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.2] - 2024-12-18 + +### Added + +- Include in the report whether the exception was handled or unhandled + ## [0.3.1] - 2024-11-19 ### Fixed @@ -39,6 +45,7 @@ automatically. - Support elixir 1.15+ - Support sentry 10.3+ +[0.3.2]: https://github.com/mimiquate/tower_sentry/compare/v0.3.1...v0.3.2/ [0.3.1]: https://github.com/mimiquate/tower_sentry/compare/v0.3.0...v0.3.1/ [0.3.0]: https://github.com/mimiquate/tower_sentry/compare/v0.2.1...v0.3.0/ [0.2.1]: https://github.com/mimiquate/tower_sentry/compare/v0.2.0...v0.2.1/ diff --git a/README.md b/README.md index 49a2701..7c5040d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Package can be installed by adding `tower_sentry` to your list of dependencies i ```elixir def deps do [ - {:tower_sentry, "~> 0.3.1"} + {:tower_sentry, "~> 0.3.2"} ] end ``` diff --git a/mix.exs b/mix.exs index 976786b..7efe96a 100644 --- a/mix.exs +++ b/mix.exs @@ -3,7 +3,7 @@ defmodule TowerSentry.MixProject do @description "Error tracking and reporting to Sentry" @source_url "https://github.com/mimiquate/tower_sentry" - @version "0.3.1" + @version "0.3.2" def project do [