diff --git a/CHANGELOG.md b/CHANGELOG.md index f12618d0..e40ba3b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,13 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org). -## [Unreleased] +## [Unreleased (`master`)][unreleased] + +Nothing at the moment. + +[unreleased]: https://github.com/thoughtbot/bitters/compare/v1.7.0...HEAD + +## [1.7.0] - 2017-06-30 ### Changed @@ -22,7 +28,7 @@ project adheres to [Semantic Versioning](http://semver.org). - Remove unused `$medium-screen` and `$large-screen` breakpoint variables. ([#285]) -[Unreleased]: https://github.com/thoughtbot/bitters/compare/v1.6.0...HEAD +[1.7.0]: https://github.com/thoughtbot/bitters/compare/v1.6.0...v1.7.0 [#285]: https://github.com/thoughtbot/bitters/pull/285 [#288]: https://github.com/thoughtbot/bitters/pull/288 [#292]: https://github.com/thoughtbot/bitters/pull/292 diff --git a/core/_base.scss b/core/_base.scss index c38a75c5..cb1fe8fd 100644 --- a/core/_base.scss +++ b/core/_base.scss @@ -1,4 +1,4 @@ -// Bitters 1.6.0 +// Bitters 1.7.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 027a6cd8..3de4e14e 100644 --- a/lib/bitters/version.rb +++ b/lib/bitters/version.rb @@ -1,3 +1,3 @@ module Bitters - VERSION = "1.6.0" + VERSION = "1.7.0" end diff --git a/package.json b/package.json index 696de700..4631fc09 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Bitters", - "version": "1.6.0", + "version": "1.7.0", "description": "Scaffold styles, variables and structure for Bourbon projects.", "main": "Gulpfile.js", "repository": {