diff --git a/CHANGELOG.md b/CHANGELOG.md index a1a1fd5..d1a6606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.1 + +- chore(deps): bump test from 1.29.0 to 1.30.0 (#53) +- chore(deps): bump build_runner from 2.10.5 to 2.11.1 (#54) + ## 1.2.0 - chore(deps): bump lints from 6.0.0 to 6.1.0, use null-aware elements (#46) diff --git a/bin/raygun_cli.dart b/bin/raygun_cli.dart index 48dc99f..05ae1d7 100644 --- a/bin/raygun_cli.dart +++ b/bin/raygun_cli.dart @@ -1,7 +1,7 @@ import 'package:args/args.dart'; import 'package:raygun_cli/raygun_cli.dart'; -const String version = '1.2.0'; +const String version = '1.2.1'; ArgParser buildParser() { return ArgParser() diff --git a/pubspec.yaml b/pubspec.yaml index 7ef9963..be6658e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: raygun_cli description: A command-line tool for uploading sourcemaps, managing obfuscation symbols, and tracking deployments in Raygun.com # Update version in bin/raygun_cli.dart as well -version: 1.2.0 +version: 1.2.1 repository: https://github.com/MindscapeHQ/raygun-cli/ homepage: https://raygun.com