Skip to content

Commit

Permalink
Prepare for release (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaeIsBad authored Apr 19, 2023
1 parent 801c451 commit 6962e2e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1] - 2023-04-19

### Fixed

- Properly set the trace correlation metadata fields ([#55](https://github.com/primait/prima_ex_logger/pull/55)).

## [0.3.0] - 2022-09-22

### Changed
Expand All @@ -17,6 +23,7 @@ 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/lira/compare/0.3.0...HEAD
[0.3.0]: https://github.com/primait/lira/compare/0.2.5...0.3.0
[0.2.5]: https://github.com/primait/lira/releases/tag/0.2.5
[Unreleased]: https://github.com/primait/prima_ex_logger/compare/0.3.1...HEAD
[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
[0.2.5]: https://github.com/primait/prima_ex_logger/releases/tag/0.2.5
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.3.0"}
{:prima_ex_logger, "~> 0.3.1"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule PrimaExLogger.MixProject do
def project do
[
app: :prima_ex_logger,
version: "0.3.0",
version: "0.3.1",
source_url: "https://github.com/primait/prima_ex_logger",
elixir: "~> 1.11",
deps: deps(),
Expand Down

0 comments on commit 6962e2e

Please sign in to comment.