Skip to content

Commit

Permalink
chore(main): release 1.1.0 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Oct 24, 2023
1 parent 43b29c7 commit 38cdf83
Show file tree
Hide file tree
Showing 3 changed files with 10 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.4"
".": "1.1.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.1.0](https://github.com/stordco/logger_json/compare/v1.0.4...v1.1.0) (2023-10-24)


### Features

* Default authorization header callback to support stord api keys ([#13](https://github.com/stordco/logger_json/issues/13)) ([43b29c7](https://github.com/stordco/logger_json/commit/43b29c7c5460821c7c7c0ecff597a989430a9773))
* Support additional scrubbing configuration and callbacks ([#11](https://github.com/stordco/logger_json/issues/11)) ([7a9ba85](https://github.com/stordco/logger_json/commit/7a9ba85732c28a8a5b9e936f4cf56767eeeb495f))

## [1.0.4](https://github.com/stordco/logger_json/compare/v1.0.3...v1.0.4) (2023-10-04)


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.4"
@version "1.1.0"

def project do
[
Expand Down

0 comments on commit 38cdf83

Please sign in to comment.