diff --git a/CHANGELOG.md b/CHANGELOG.md index f744d77..bd3c1af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## [3.2.0] - February 28th, 2024 + +* Widened [json_path](https://pub.dev/packages/json_path) version support + + ## [3.1.6] - February 20th, 2024 * Automated dependency updates diff --git a/pubspec.yaml b/pubspec.yaml index f50e4a0..ab6ced3 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.1.6' +version: '3.2.0' environment: sdk: '>=3.0.0 <4.0.0' @@ -13,7 +13,7 @@ dependencies: fake_async: '^1.3.0' intl: '^0.19.0' json_class: '^3.0.0+12' - json_path: '^0.6.3' + json_path: '>=0.6.3 <1.0.0' logging: '^1.2.0' meta: '^1.10.0' petitparser: '^6.0.1'