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 d7bf1f9 commit b5f1877Copy full SHA for b5f1877
CHANGELOG.md
@@ -6,6 +6,11 @@ adheres to [Semantic Versioning](http://semver.org/).
6
7
<!-- %% CHANGELOG_ENTRIES %% -->
8
9
+## 0.22.0 - 2024-08-29
10
+
11
+### Added - Add Honeybadger.event to send events to Insights
12
13
14
## 0.21.0 - 2023-11-02
15
16
switched from Logger.warn to Logger.warning
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.21.0"
+ @version "0.22.0"
def project do
[
0 commit comments