diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab0..969d3db 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d0895c..40582ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/mindkomm/timmy/compare/v2.0.1...v2.1.0) (2024-08-27) + + +### Features + +* Add img_class argument for get_timber_picture_responsive() ([#84](https://github.com/mindkomm/timmy/issues/84)) ([efcf332](https://github.com/mindkomm/timmy/commit/efcf332c76945e896d5021e809a8df0fb34372a6)) + + +### Bug Fixes + +* Prevent using simplexml_load_file() on missing file ([#83](https://github.com/mindkomm/timmy/issues/83)) ([f45456e](https://github.com/mindkomm/timmy/commit/f45456e41bfba4ded6323c6cdcd78080222fe81c)) + ## [2.0.1](https://github.com/mindkomm/timmy/compare/v2.0.0...v2.0.1) (2024-07-30)