From 95f47ca22cc45b329b3e707326e6a7008c216488 Mon Sep 17 00:00:00 2001 From: Ryan Boland Date: Thu, 20 Dec 2018 08:12:05 -0500 Subject: [PATCH] update changelog ; release 2.1.0 --- README.md | 3 +++ lib/sassc/rails/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 528633f..d12dd29 100644 --- a/README.md +++ b/README.md @@ -85,6 +85,9 @@ is maintained by [Ryan Boland](https://ryanboland.com) and [awesome contributors ## Changelog +- **2.1.0** + - [JRuby support](https://github.com/sass/sassc-rails/pull/113) + - [SCSS / SASS scaffolding](https://github.com/sass/sassc-rails/pull/112) - **2.0.0** - [Drop support for Sprockets 2](https://github.com/sass/sassc-rails/pull/109) - [Remove dependency on Ruby Sass](https://github.com/sass/sassc-rails/pull/109) diff --git a/lib/sassc/rails/version.rb b/lib/sassc/rails/version.rb index 29ba7ed..ada3a39 100644 --- a/lib/sassc/rails/version.rb +++ b/lib/sassc/rails/version.rb @@ -2,6 +2,6 @@ module SassC module Rails - VERSION = "2.0.0" + VERSION = "2.1.0" end end