From 0a1801505680522f3d474f462aac67c22993f08b Mon Sep 17 00:00:00 2001 From: Daniel Colson Date: Mon, 13 May 2024 14:03:25 -0400 Subject: [PATCH] Release v2.8.1 --- CHANGELOG.md | 2 ++ contrib/ruby/Gemfile.lock | 2 +- contrib/ruby/lib/trilogy/version.rb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7a458b..425825d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). ## Unreleased +## 2.8.1 + ### Fixed - Fix "Got packets out of order" errors on connect. #184 diff --git a/contrib/ruby/Gemfile.lock b/contrib/ruby/Gemfile.lock index 6fd00069..6200ef74 100644 --- a/contrib/ruby/Gemfile.lock +++ b/contrib/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - trilogy (2.8.0) + trilogy (2.8.1) GEM remote: https://rubygems.org/ diff --git a/contrib/ruby/lib/trilogy/version.rb b/contrib/ruby/lib/trilogy/version.rb index 16d2fcf8..86a8190c 100644 --- a/contrib/ruby/lib/trilogy/version.rb +++ b/contrib/ruby/lib/trilogy/version.rb @@ -1,3 +1,3 @@ class Trilogy - VERSION = "2.8.0" + VERSION = "2.8.1" end