From 3036b275be51821e23f6d77ce5ed75bc1f75f4cf Mon Sep 17 00:00:00 2001 From: Stephen Margheim Date: Mon, 29 Jan 2024 11:26:48 +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 d6f893b..2925d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.3.4] - 2024-01-29 + +- Ensure that setting username/password with Ruby triggers the basic authenctication + ## [0.3.3] - 2024-01-28 - Properly fix the setup issues diff --git a/Gemfile.lock b/Gemfile.lock index b724514..8b5a1ef 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - solid_errors (0.3.3) + solid_errors (0.3.4) rails (~> 7.0) GEM diff --git a/lib/solid_errors/version.rb b/lib/solid_errors/version.rb index 4735902..760b678 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.3" + VERSION = "0.3.4" end