Skip to content

Commit

Permalink
chore(main): release 1.0.1 (#3)
Browse files Browse the repository at this point in the history
Co-authored-by: Blake Kostner <[email protected]>
  • Loading branch information
stord-engineering-account and btkostner authored Jul 31, 2023
1 parent 99cc7bd commit 82fa6c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/stordco/logger_json/compare/v1.0.0...v1.0.1) (2023-07-31)


### Bug Fixes

* Update datadog plug formatter for tuples and maps ([0b238d4](https://github.com/stordco/logger_json/commit/0b238d4ea850cf6d9e22158451182df42bc54e79))

## 1.0.0 (2023-07-31)


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 LoggerJSON.Mixfile do
use Mix.Project

@source_url "https://github.com/stordco/logger_json"
@version "1.0.0"
@version "1.0.1"

def project do
[
Expand Down

0 comments on commit 82fa6c2

Please sign in to comment.