diff --git a/CHANGELOG.md b/CHANGELOG.md index e355d11..cb045c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ -# 0.3.1 [unreleased] +# 0.3.1 -- Added `-t` and `-g` options and deprecated `tables`, `groups`, and `setup` commands +- Added `-t` or `--tables`, `-g` or `--groups` options +- Deprecated `tables`, `groups`, and `setup` commands # 0.3.0 diff --git a/lib/pgsync/version.rb b/lib/pgsync/version.rb index 855f079..2f5ff9b 100644 --- a/lib/pgsync/version.rb +++ b/lib/pgsync/version.rb @@ -1,3 +1,3 @@ module PgSync - VERSION = "0.3.0" + VERSION = "0.3.1" end