diff --git a/CHANGELOG.md b/CHANGELOG.md index 61d1a3b..de0ffe5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). This changelog adheres to [Keep a CHANGELOG](http://keepachangelog.com/). -## Unreleased +## 4.4.0 - [TT-8615] Update to build with github actions / ruby 3.0 / rails 6.1 ## [4.3.2] diff --git a/lib/quick_travel/version.rb b/lib/quick_travel/version.rb index d017baf..7b7e16f 100644 --- a/lib/quick_travel/version.rb +++ b/lib/quick_travel/version.rb @@ -1,3 +1,3 @@ module QuickTravel - VERSION = '4.3.2' + VERSION = '4.4.0' end