Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrehjr committed Jun 30, 2021
1 parent ff01d99 commit 1c91aad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [UNRELEASED]
## [2.1.0] - 2021-06-30
- Add integration with ActionSupport::Cache's stores. As rollouts don't change often, adding a cache can save thousands of calls to the storage. It's possible to configure the same way Rails allows cache_stores to be configured.

configuration.cache_store = :memory_store, { expires_in: 100 }
Expand All @@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

By default there is no cache configured.


## [2.0.1] - 2021-01-27

- Reverted 2.0.0 because of some issues with Redis Keys.
Expand Down
2 changes: 1 addition & 1 deletion lib/feature_flagger/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module FeatureFlagger
VERSION = "2.0.1"
VERSION = "2.1.0"
end

0 comments on commit 1c91aad

Please sign in to comment.