Skip to content

Commit

Permalink
Increment version to 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewshafer committed May 4, 2023
1 parent 5f02e1d commit d5cfc06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Change log
### v2.0.0 (unreleased)
### v2.0.0
- Add upgrade guide [\#196](https://github.com/yammer/circuitbox/pull/196)
- When `Circuitbox::MemoryStore` is used use the monotonic system clock when calculating time windows [\#193](https://github.com/yammer/circuitbox/pull/193)
- `Circuitbox::CircuitBreaker`'s `:cache` option has been renamed to `:circuit_store` [\#190](https://github.com/yammer/circuitbox/pull/190)
- Improve circuit opening, fetch some keys in bulk [\#188](https://github.com/yammer/circuitbox/pull/188)
Expand Down
2 changes: 1 addition & 1 deletion lib/circuitbox/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

class Circuitbox
VERSION = '2.0.0.pre5'
VERSION = '2.0.0'
end

0 comments on commit d5cfc06

Please sign in to comment.