Skip to content

Commit

Permalink
Bump to 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nvieirafelipe committed Oct 25, 2024
1 parent 1daaa11 commit 0427826
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.8.0] - 2024-10-25

### Added

- Add `Tesla.Middleware.MetaLogger` configuration option `:slicer`.
Expand Down Expand Up @@ -124,7 +126,8 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Keep logger metadata from caller processes.

[Unreleased]: https://github.com/FindHotel/meta_logger/compare/1.7.0...HEAD
[Unreleased]: https://github.com/FindHotel/meta_logger/compare/1.8.0...HEAD
[1.8.0]: https://github.com/FindHotel/meta_logger/compare/1.7.0...1.8.0
[1.7.0]: https://github.com/FindHotel/meta_logger/compare/1.6.1...1.7.0
[1.6.1]: https://github.com/FindHotel/meta_logger/compare/1.6.0...1.6.1
[1.6.0]: https://github.com/FindHotel/meta_logger/compare/1.5.0...1.6.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The package can be installed by adding `meta_logger` to your list of dependencie
```elixir
def deps do
[
{:meta_logger, "~> 1.7.0"}
{:meta_logger, "~> 1.8.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule MetaLogger.MixProject do
use Mix.Project

@version "1.7.0"
@version "1.8.0"
@source_url "https://github.com/FindHotel/meta_logger"

def project do
Expand Down

0 comments on commit 0427826

Please sign in to comment.