Skip to content

Commit

Permalink
chore(main): release 0.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and davidwinter committed Oct 2, 2022
1 parent 00834dd commit a88a0f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [0.4.4](https://github.com/davidwinter/sensible_logging/compare/v0.4.3...v0.4.4) (2022-10-02)


### Bug Fixes

* ensure VERSION string is frozen ([2d92ca6](https://github.com/davidwinter/sensible_logging/commit/2d92ca66ea51a868ea127fdc2c68b6848eecd240))
2 changes: 1 addition & 1 deletion lib/sensible_logging/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module SensibleLogging
VERSION = '0.4.3'
VERSION = '0.4.4'
end

0 comments on commit a88a0f0

Please sign in to comment.