diff --git a/CHANGELOG.md b/CHANGELOG.md index 34d15d8..acc2555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.8](https://github.com/davidwinter/sensible_logging/compare/v0.4.7...v0.4.8) (2023-06-04) + + +### Bug Fixes + +* rescue Rack::Multipart::MultipartPartLimitError and let Sinatra handle it ([#161](https://github.com/davidwinter/sensible_logging/issues/161)) ([e86a547](https://github.com/davidwinter/sensible_logging/commit/e86a54719bdee322fcbfc4a8b49f48fefed8e66f)) + ## [0.4.7](https://github.com/davidwinter/sensible_logging/compare/v0.4.6...v0.4.7) (2022-10-02) diff --git a/lib/sensible_logging/version.rb b/lib/sensible_logging/version.rb index 4569cf3..b6bac68 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.7' + VERSION = '0.4.8' end