From 0d8a92b190502c6f8de94a2e27907c9ac5720643 Mon Sep 17 00:00:00 2001 From: stord-engineering-account <77021775+stord-engineering-account@users.noreply.github.com> Date: Mon, 20 Nov 2023 11:03:30 -0700 Subject: [PATCH] chore(main): release 1.1.1 (#15) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5fdd883..c4ddc74 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "1.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ed634f9..c2c256b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/mix.exs b/mix.exs index a0e2f0a..ef95823 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [