diff --git a/CHANGELOG.md b/CHANGELOG.md index f61a3bf..7856095 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Squib CHANGELOG Squib follows [semantic versioning](http://semver.org). -## v0.7.0 / Unreleased +## v0.7.0 / 2015-09-11 Features * Added `cap` option to `line` and `curve` to define how ends of lines are drawn (#42) diff --git a/lib/squib/version.rb b/lib/squib/version.rb index decaaaa..7e4025f 100644 --- a/lib/squib/version.rb +++ b/lib/squib/version.rb @@ -6,5 +6,5 @@ module Squib # Most of the time this is in the alpha of the next release. # e.g. v0.0.5a is on its way to becoming v0.0.5 # - VERSION = '0.7.0a' + VERSION = '0.7.0' end