From c3334239b1bd8b365d7495369341ed4c19642749 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Mon, 29 Apr 2019 13:54:07 -0400 Subject: [PATCH] runner -> 2.0.0 --- angel_migration_runner/CHANGELOG.md | 3 +++ angel_migration_runner/pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/angel_migration_runner/CHANGELOG.md b/angel_migration_runner/CHANGELOG.md index 6f464ec8..05a727ef 100755 --- a/angel_migration_runner/CHANGELOG.md +++ b/angel_migration_runner/CHANGELOG.md @@ -1,3 +1,6 @@ +# 2.0.0 +* Bump to `2.0.0`. + # 2.0.0-beta.1 * Make `reset` reverse migrations. diff --git a/angel_migration_runner/pubspec.yaml b/angel_migration_runner/pubspec.yaml index 562819b6..929ad66d 100755 --- a/angel_migration_runner/pubspec.yaml +++ b/angel_migration_runner/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_migration_runner -version: 2.0.0-beta.1 +version: 2.0.0 description: Command-line based database migration runner for Angel's ORM. author: Tobe O homepage: https://github.com/angel-dart/migration