diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f45f6e..3a3b28f 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.0 (2024-08-23) + ### Breaking changes * Drop support for Ruby < 3.0 (#108) diff --git a/Gemfile.lock b/Gemfile.lock index 551337a..77adff4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -33,7 +33,7 @@ GIT PATH remote: . specs: - vagrant-bindfs (1.2.0) + vagrant-bindfs (1.3.0) GEM remote: https://rubygems.org/ diff --git a/lib/vagrant-bindfs/version.rb b/lib/vagrant-bindfs/version.rb index b4a6248..ae8b7a9 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.2.0' + VERSION = '1.3.0' end