diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e1a35..9162353 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# v1.1.0 + +- feat: add elm, gradle, and terraform support ([#14](https://github.com/renancaraujo/dependabot_gen/pull/14)) +- code: update README.md ([#15](https://github.com/renancaraujo/dependabot_gen/pull/15)) + # v1.0.0 - chore: recreate package ([#7](https://github.com/renancaraujo/dependabot_gen/pull/7)) @@ -6,5 +11,3 @@ - feat: true alias ([#10](https://github.com/renancaraujo/dependabot_gen/pull/10)) - chore(deps): bump actions/github-script from 3 to 7 ([#11](https://github.com/renancaraujo/dependabot_gen/pull/11)) - feat: add diagnose command ([#12](https://github.com/renancaraujo/dependabot_gen/pull/12)) - - diff --git a/lib/src/version.dart b/lib/src/version.dart index 526cd53..cf2dd1f 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '1.0.0'; +const packageVersion = '1.1.0'; diff --git a/pubspec.yaml b/pubspec.yaml index c5b51f1..58f5ef0 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.0.0 +version: 1.1.0 repository: https://github.com/renancaraujo/dependabot_gen issue_tracker: https://github.com/renancaraujo/dependabot_gen/issues homepage: https://github.com/renancaraujo/dependabot_gen