diff --git a/CHANGELOG.md b/CHANGELOG.md index 20002f67..e8784e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased] -[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.4.0...HEAD +Nothing at the moment. + +[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.5.0...HEAD + +## [1.5.0] - 2016-11-08 + +### Changed + +- Updated Bourbon dependency to `5.0.0.beta.7`. + +[1.5.0]: https://github.com/thoughtbot/bitters/compare/v1.4.0...v1.5.0 ## [1.4.0] - 2016-08-10 diff --git a/core/_base.scss b/core/_base.scss index 28e0cc37..d1eccee8 100644 --- a/core/_base.scss +++ b/core/_base.scss @@ -1,4 +1,4 @@ -// Bitters 1.4.0 +// Bitters 1.5.0 // http://bitters.bourbon.io // Copyright 2013-2015 thoughtbot, inc. // MIT License diff --git a/lib/bitters/version.rb b/lib/bitters/version.rb index d046ea24..992ed698 100644 --- a/lib/bitters/version.rb +++ b/lib/bitters/version.rb @@ -1,3 +1,3 @@ module Bitters - VERSION = "1.4.0" + VERSION = "1.5.0" end diff --git a/package.json b/package.json index 1cbca23a..4830f2ff 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Bitters", - "version": "1.4.0", + "version": "1.5.0", "description": "Scaffold styles, variables and structure for Bourbon projects.", "main": "Gulpfile.js", "repository": {