From 33256606fa50f10a92b78c1cb39abd6827d97974 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 2 Oct 2022 10:04:14 +0000 Subject: [PATCH] chore(main): release 0.4.6 --- CHANGELOG.md | 7 +++++++ lib/sensible_logging/version.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b8846..177b9b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.6](https://github.com/davidwinter/sensible_logging/compare/v0.4.4...v0.4.6) (2022-10-02) + + +### Miscellaneous Chores + +* release 0.4.6 ([fdf46a8](https://github.com/davidwinter/sensible_logging/commit/fdf46a8212497ab196a480c1e326c4b8d7409a4f)) + ## [0.4.4](https://github.com/davidwinter/sensible_logging/compare/v0.4.3...v0.4.4) (2022-10-02) diff --git a/lib/sensible_logging/version.rb b/lib/sensible_logging/version.rb index 60eb820..bbc1e37 100644 --- a/lib/sensible_logging/version.rb +++ b/lib/sensible_logging/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SensibleLogging - VERSION = '0.4.5' + VERSION = '0.4.6' end