diff --git a/CHANGELOG.md b/CHANGELOG.md index e2d853f..c412983 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## 1.0.0 (In Development) +## 1.0.1 (In development + +## 1.0.0 * [Removing PigCI.com integration](https://github.com/PigCI/pig-ci-rails/pull/27) - For more information please [see my announcement](https://pigci.com/github-integration-deprecation-notice). diff --git a/lib/pig_ci/version.rb b/lib/pig_ci/version.rb index 8cdba28..6d40a58 100644 --- a/lib/pig_ci/version.rb +++ b/lib/pig_ci/version.rb @@ -1,3 +1,3 @@ module PigCI - VERSION = '0.2.2'.freeze + VERSION = '1.0.0'.freeze end