Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
stord-engineering-account authored Nov 20, 2023
1 parent 36349bf commit 0d8a92b
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.1.0"
".": "1.1.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.1.1](https://github.com/stordco/logger_json/compare/v1.1.0...v1.1.1) (2023-11-19)


### Bug Fixes

* Scrub x-api-key ([#14](https://github.com/stordco/logger_json/issues/14)) ([36349bf](https://github.com/stordco/logger_json/commit/36349bf8325f5ab46380772c9ce348b679a023aa))

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


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.1.0"
@version "1.1.1"

def project do
[
Expand Down

0 comments on commit 0d8a92b

Please sign in to comment.