Skip to content

Commit

Permalink
Prepare release 2024.03.11 (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Mar 11, 2024
1 parent c1a5ddb commit 54e7f0d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
[
Expand Down

0 comments on commit 54e7f0d

Please sign in to comment.