diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fccfd..7e934c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,10 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.2...HEAD) +## main [(unreleased)](https://github.com/fastruby/skunk/compare/v0.5.3...HEAD) * +## v0.5.3 / 2023-12-01 [(commits)](https://github.com/fastruby/skunk/compare/v0.5.2...v0.5.3) + * [BUGFIX: Update reek, rubocop, and terminal-table dependencies](https://github.com/fastruby/skunk/pull/111) * [BUGFIX: Better test coverage tracking for skunk](https://github.com/fastruby/skunk/pull/108) * [FEATURE: Add Ruby 3.2 Support](https://github.com/fastruby/skunk/pull/106) diff --git a/lib/skunk/version.rb b/lib/skunk/version.rb index be764ab..ce04d19 100644 --- a/lib/skunk/version.rb +++ b/lib/skunk/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Skunk - VERSION = "0.5.2" + VERSION = "0.5.3" end