From 56aa4dbfd6271f62419a78cbf7d21717fa2cca99 Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Sun, 28 Jan 2024 19:03:01 +0100 Subject: [PATCH] Bump version and update changelog --- CHANGELOG.md | 4 ++++ Gemfile.lock | 2 +- lib/solid_errors/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a92bb45..afa6555 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.3.1] - 2024-01-28 + +- Fix incorrect table reference name and long index name in the migration template + ## [0.3.0] - 2024-01-28 - Proper release with full coherent functionality and documentation diff --git a/Gemfile.lock b/Gemfile.lock index 1a23b53..6e55e82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - solid_errors (0.3.0) + solid_errors (0.3.1) rails (~> 7.0) GEM diff --git a/lib/solid_errors/version.rb b/lib/solid_errors/version.rb index 5d12b6c..460aa03 100644 --- a/lib/solid_errors/version.rb +++ b/lib/solid_errors/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SolidErrors - VERSION = "0.3.0" + VERSION = "0.3.1" end