Skip to content

Commit

Permalink
Version bump and add changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 30, 2013
1 parent 7e4aa99 commit 33aebdb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -0,0 +1,10 @@
CHANGELOG
=========

1.0.0
-----

Initial feature set:

* List available gitignore templates.
* Get gitignore templates from Github.
2 changes: 1 addition & 1 deletion 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

0 comments on commit 33aebdb

Please sign in to comment.