Skip to content

Commit

Permalink
Bump to 2.10.1.pre
Browse files Browse the repository at this point in the history
  • Loading branch information
splittingred committed Mar 15, 2021
1 parent b9b1c95 commit bb3800e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ Changelog for the gruf gem. This includes internal history before the gem was ma
- Drop support for Ruby 2.4/2.5 to align with Ruby EOL schedule, supporting 2.6+ only
- Allow for float/TimeSpec timeout values on clients

### 2.9.1

- Allow for float/TimeSpec timeout values on clients (backport from 2.10.0)

### 2.9.0

- Change to racially neutral terminology across library
Expand Down
2 changes: 1 addition & 1 deletion lib/gruf/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#
module Gruf
VERSION = '2.10.0'
VERSION = '2.10.1.pre'
end

0 comments on commit bb3800e

Please sign in to comment.