@ -1,6 +1,8 @@
# Squib CHANGELOG
Squib follows [semantic versioning](http://semver.org).
## v0.15.0 / Unreleased
## v0.14.0 / 2017-11-06
Features:
@ -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.14.0'
VERSION = '0.15.0a'
end