diff --git a/CHANGELOG.md b/CHANGELOG.md index ac32df1..71a3551 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,7 @@ Initial implementation of Npmdc gem with following features: * Fixed deprecated methods + ### 0.2.0 Thanks to @aderyabin ! @@ -34,6 +35,12 @@ Thanks to @aderyabin ! * Refactored and optimized + ### 0.2.1 * Dropped ActiveSupport dependency for better compatibility + + +### 0.2.2 + +* Fixed runtime dependencies diff --git a/lib/npmdc/version.rb b/lib/npmdc/version.rb index c62c30a..055c25a 100644 --- a/lib/npmdc/version.rb +++ b/lib/npmdc/version.rb @@ -1,3 +1,3 @@ module Npmdc - VERSION = '0.2.1' + VERSION = '0.2.2' end