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