Skip to content

Commit 31e78f3

Browse files
authored
Release 0.19.0 (#493)
1 parent 25d3854 commit 31e78f3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Unreleased
22

3+
Nil
4+
5+
# v0.19.0
6+
37
* Redis Readonly errors won't trigger semian open circuit. (#489)
48
* New `dynamic` options, allowing a per-request resource configuration with the HTTP adapter. (#485)
59

Diff for: Gemfile.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: lib/semian/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Semian
4-
VERSION = "0.18.1"
4+
VERSION = "0.19.0"
55
end

0 commit comments

Comments
 (0)