diff --git a/CHANGELOG.md b/CHANGELOG.md index 407029e..03d5952 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] +## Version 1.3.1 (2024-08-24) + ## Fixed * Rollback uses of Ruby 3.1+ syntaxic sugar for compatibility with Ruby 3.0 (#111) diff --git a/Gemfile.lock b/Gemfile.lock index 77adff4..75ee7ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT PATH remote: . specs: - vagrant-bindfs (1.3.0) + vagrant-bindfs (1.3.1) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-bindfs/version.rb b/lib/vagrant-bindfs/version.rb index ae8b7a9..37f26ac 100644 --- a/lib/vagrant-bindfs/version.rb +++ b/lib/vagrant-bindfs/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module VagrantBindfs - VERSION = '1.3.0' + VERSION = '1.3.1' end