diff --git a/CHANGELOG.md b/CHANGELOG.md index 9162353..34a7a8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.1.1 + +- docs: Update README.md ([#17](https://github.com/renancaraujo/dependabot_gen/pull/17)) +- fix: nuget package discoverage ([#18](https://github.com/renancaraujo/dependabot_gen/pull/18)) + # v1.1.0 - feat: add elm, gradle, and terraform support ([#14](https://github.com/renancaraujo/dependabot_gen/pull/14)) diff --git a/lib/src/version.dart b/lib/src/version.dart index cf2dd1f..dd97096 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.1.0'; +const packageVersion = '1.1.1'; diff --git a/pubspec.yaml b/pubspec.yaml index 58f5ef0..13b12e5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dependabot_gen description: Dependabot gen is a Dart CLI tool to assist in the creation and maintenance of dependabot.yaml files in a project. -version: 1.1.0 +version: 1.1.1 repository: https://github.com/renancaraujo/dependabot_gen issue_tracker: https://github.com/renancaraujo/dependabot_gen/issues homepage: https://github.com/renancaraujo/dependabot_gen