We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351c9e8 commit 8e5f096Copy full SHA for 8e5f096
CHANGELOG.md
@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](http://semver.org/).
6
7
<!-- %% CHANGELOG_ENTRIES %% -->
8
9
+## 0.23.0 - 2025-03-18
10
+
11
+Added support for multiple HTTP client libraries (thanks @fastjames!)
12
13
14
## 0.22.1 - 2024-12-19
15
16
Bugfix for Elixir 1.17
mix.exs
@@ -2,7 +2,7 @@ defmodule Honeybadger.Mixfile do
2
use Mix.Project
3
4
@source_url "https://github.com/honeybadger-io/honeybadger-elixir"
5
- @version "0.22.1"
+ @version "0.23.0"
def project do
[
0 commit comments