From b20c8b0b80828b0cda7f02245a238428902d5281 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Aug 19 2019 13:00:56 +0000 Subject: release 2.1.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fed014..6ebb196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +- **2.1.0** + - Equivalent to 2.1.0.pre3 - **2.1.0.pre3** - [extconf.rb: Always write VERSION if we have .git](https://github.com/sass/sassc-ruby/pull/131) - [Update libsass to 3.6.1](https://github.com/sass/sassc-ruby/pull/130) diff --git a/lib/sassc/version.rb b/lib/sassc/version.rb index 583aef5..eff19c0 100644 --- a/lib/sassc/version.rb +++ b/lib/sassc/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SassC - VERSION = "2.1.0.pre3" + VERSION = "2.1.0" end