diff --git a/CHANGELOG.md b/CHANGELOG.md index 35f1a3fe..caed427b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ project adheres to [Semantic Versioning](http://semver.org). ## [Unreleased (`master`)][unreleased] +Nothing at the moment. + +[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.8.0...HEAD + +## [1.8.0] - 2018-02-05 + ### Added - Added `$_form-background-color` for setting the `background-color` of text @@ -23,7 +29,7 @@ project adheres to [Semantic Versioning](http://semver.org). - `$secondary-background-color` has been removed (it was not used for setting any values. ([#296]) -[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.7.0...HEAD +[1.8.0]: https://github.com/thoughtbot/bitters/compare/v1.7.0...v1.8.0 [#296]: https://github.com/thoughtbot/bitters/pull/296 [#299]: https://github.com/thoughtbot/bitters/pull/299 diff --git a/core/_base.scss b/core/_base.scss index cb1fe8fd..e20da527 100644 --- a/core/_base.scss +++ b/core/_base.scss @@ -1,4 +1,4 @@ -// Bitters 1.7.0 +// Bitters 1.8.0 // http://bitters.bourbon.io // Copyright 2013-2017 thoughtbot, inc. // MIT License diff --git a/lib/bitters/version.rb b/lib/bitters/version.rb index 3de4e14e..eb1d9031 100644 --- a/lib/bitters/version.rb +++ b/lib/bitters/version.rb @@ -1,3 +1,3 @@ module Bitters - VERSION = "1.7.0" + VERSION = "1.8.0" end diff --git a/package.json b/package.json index fe655211..195d38e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Bitters", - "version": "1.7.0", + "version": "1.8.0", "description": "Scaffold styles, variables and structure for Bourbon projects.", "main": "Gulpfile.js", "repository": {