diff --git a/CHANGELOG.md b/CHANGELOG.md index d116ba5..aa6c35b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0+5] - April 23, 2024 + +* Automated dependency updates + + ## [3.2.0+4] - April 16, 2024 * Automated dependency updates @@ -491,5 +496,6 @@ + diff --git a/pubspec.yaml b/pubspec.yaml index 66ead2c..c37e5cf 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: 'template_expressions' description: 'A Dart library to process string based templates using expressions.' homepage: 'https://github.com/peiffer-innovations/template_expressions' -version: '3.2.0+4' +version: '3.2.0+5' environment: sdk: '>=3.0.0 <4.0.0' @@ -17,14 +17,14 @@ dependencies: logging: '^1.2.0' meta: '^1.10.0' petitparser: '^6.0.1' - pointycastle: '^3.8.0' + pointycastle: '^3.9.0' quiver: '^3.2.1' rxdart: '^0.27.7' - yaon: '^1.1.4+7' + yaon: '^1.1.4+8' dev_dependencies: flutter_lints: '^3.0.2' - test: '^1.25.3' + test: '^1.25.4' ignore_updates: - 'archive'