diff --git a/CHANGELOG.md b/CHANGELOG.md index 730ccd18..8a1ade53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.5 + +- Fixed issues where cascade references would incorrectly index variables and assignments +- Fixed issues where functions passed as parameters would incorrectly index their nested parameters + ## 1.1.4 - Put the generation of relationships field behind a `--index-relationships` flag which needs to be opted in. This was to continue to work on coverage of relationships support without effecting consumers. diff --git a/lib/src/version.dart b/lib/src/version.dart index 8735bd58..4703e4e7 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -2,4 +2,4 @@ // stored within pubspec.yaml /// The current version of scip_dart -const scipDartVersion = '1.1.4'; +const scipDartVersion = '1.1.5'; diff --git a/pubspec.yaml b/pubspec.yaml index 126b2aee..6dae8f29 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: scip_dart -version: 1.1.4 +version: 1.1.5 description: generates scip bindings for dart files repository: https://github.com/Workiva/scip-dart