Skip to content

Commit

Permalink
prepare for the release
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmili committed Jul 25, 2024
1 parent c409bd8 commit 95a050c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.1.0] - 2024-07-24

### Fixed
- make it consistent with the console and logger_file_backend. #26

## [2.0.0] - 2021-08-02

### Changed
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 ExSyslogger.Mixfile do
use Mix.Project

@version "2.0.0"
@version "2.1.0"

def project do
[
Expand Down

0 comments on commit 95a050c

Please sign in to comment.