Skip to content

Commit 8e5f096

Browse files
Version release 0.23.0
1 parent 351c9e8 commit 8e5f096

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](http://semver.org/).
66

77
<!-- %% CHANGELOG_ENTRIES %% -->
88

9+
## 0.23.0 - 2025-03-18
10+
11+
Added support for multiple HTTP client libraries (thanks @fastjames!)
12+
13+
914
## 0.22.1 - 2024-12-19
1015

1116
Bugfix for Elixir 1.17

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Honeybadger.Mixfile do
22
use Mix.Project
33

44
@source_url "https://github.com/honeybadger-io/honeybadger-elixir"
5-
@version "0.22.1"
5+
@version "0.23.0"
66

77
def project do
88
[

0 commit comments

Comments
 (0)