From 54e7f0dfeff4e337e2f0a02504ab94a646469ba4 Mon Sep 17 00:00:00 2001 From: Simone Cottini Date: Mon, 11 Mar 2024 14:34:50 +0100 Subject: [PATCH] Prepare release 2024.03.11 (#85) --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- mix.exs | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6925631..4e68d25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.4.1] - 2024-03-11 + +### Fixed + +- PrimaExLogger was raising error while handling `:flush` event + +--- + ## [0.4.0] - 2023-05-17 ### Added @@ -32,7 +40,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.2.5] - 2022-06-16 -[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.4.0...HEAD +[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.4.1...HEAD +[0.4.1]: https://github.com/primait/prima_ex_logger/compare/0.4.0...0.4.1 [0.4.0]: https://github.com/primait/prima_ex_logger/compare/0.3.1...0.4.0 [0.3.1]: https://github.com/primait/prima_ex_logger/compare/0.3.0...0.3.1 [0.3.0]: https://github.com/primait/prima_ex_logger/compare/0.2.5...0.3.0 diff --git a/README.md b/README.md index cb8982f..b9a6a3a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ by adding `prima_ex_logger` to your list of dependencies in `mix.exs`: ```elixir def deps do [ - {:prima_ex_logger, "~> 0.4.0"} + {:prima_ex_logger, "~> 0.4.1"} ] end ``` diff --git a/mix.exs b/mix.exs index 2b9175a..29d75b5 100644 --- a/mix.exs +++ b/mix.exs @@ -2,7 +2,7 @@ defmodule PrimaExLogger.MixProject do use Mix.Project @source_url "https://github.com/primait/prima_ex_logger" - @version "0.4.0-rc.0" + @version "0.4.1" def project do [