diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b4b0ae0 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +CHANGELOG +========= + +1.0.0 +----- + +Initial feature set: + +* List available gitignore templates. +* Get gitignore templates from Github. diff --git a/lib/octonore/version.rb b/lib/octonore/version.rb index 4b1f5bc..462ca52 100644 --- a/lib/octonore/version.rb +++ b/lib/octonore/version.rb @@ -1,5 +1,5 @@ module Octonore - VERSION = "0.0.4" unless defined?(Octonore::VERSION) + VERSION = "1.0.0" unless defined?(Octonore::VERSION) end