From 3a6ab0cf37f54b9745545b746fa6544276585b34 Mon Sep 17 00:00:00 2001 From: Andy Meneely Date: Fri, 11 Sep 2015 10:45:24 -0400 Subject: [PATCH] I dub thee v0.7 --- CHANGELOG.md | 2 +- lib/squib/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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