diff --git a/CHANGELOG.md b/CHANGELOG.md index 062c1b1..6c78679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline +## [v0.1.1](https://github.com/ash-project/ash_appsignal/compare/v0.1.0...v0.1.1) (2023-09-21) + + + + +### Improvements: + +* add `.ash` suffix to the event category + +* add `.ash` suffix to the event category + +* release + ## [v0.1.0](https://github.com/ash-project/ash_appsignal/compare/v0.1.0...v0.1.0) (2023-09-12) diff --git a/README.md b/README.md index cf7c110..e96f5c2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Add the dependency to your application ```elixir def deps do [ - {:ash_appsignal, "~> 0.1.0"} + {:ash_appsignal, "~> 0.1.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 5b41a3f..93b6387 100644 --- a/mix.exs +++ b/mix.exs @@ -5,7 +5,7 @@ defmodule AshAppsignal.MixProject do A drop in Ash.Tracer implementation for Appsignal. """ - @version "0.1.0" + @version "0.1.1" def project do [