From bd57638251c6857a3954e16f6b8e602ca1ad0b0a Mon Sep 17 00:00:00 2001 From: Stephen MacVicar Date: Mon, 15 Jan 2024 08:06:08 -0500 Subject: [PATCH] Release 0.4.27 (#433) * bump version * update changelog --- CHANGELOG.md | 5 +++++ Gemfile.lock | 6 +++--- lib/inferno/version.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 06fde3735..f0cb0b2b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.4.27 +* FI-2395: Data rights legend by @bmath10 in https://github.com/inferno-framework/inferno-core/pull/424 +* fi-2341 Update docs site to point to preview of new docs site. by @arscan in https://github.com/inferno-framework/inferno-core/pull/430 +* FI-2426: Fix tagged request query in postgres by @Jammjammjamm in https://github.com/inferno-framework/inferno-core/pull/432 + # 0.4.26 * FI-2392-header-jog by @AlyssaWang in https://github.com/inferno-framework/inferno-core/pull/422 * FI-2329 Add integer conversion to need_to_refresh? method by @360dgries in https://github.com/inferno-framework/inferno-core/pull/423 diff --git a/Gemfile.lock b/Gemfile.lock index 22ac334d7..77aaefa4a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - inferno_core (0.4.26) + inferno_core (0.4.27) activesupport (~> 6.1.7.5) base62-rb (= 0.3.1) blueprinter (= 0.25.2) @@ -62,7 +62,7 @@ GEM reline (>= 0.3.1) diff-lcs (1.5.0) docile (1.4.0) - domain_name (0.6.20231109) + domain_name (0.6.20240107) dotenv (2.8.1) dry-auto_inject (0.9.0) dry-container (>= 0.3.4) @@ -177,7 +177,7 @@ GEM kramdown (2.4.0) rexml method_source (1.0.0) - mime-types (3.4.1) + mime-types (3.5.2) mime-types-data (~> 3.2015) mime-types-data (3.2023.1205) minitest (5.18.0) diff --git a/lib/inferno/version.rb b/lib/inferno/version.rb index 3d6b46ccc..b7f3b9c57 100644 --- a/lib/inferno/version.rb +++ b/lib/inferno/version.rb @@ -1,4 +1,4 @@ module Inferno # Standard patterns for gem versions: https://guides.rubygems.org/patterns/ - VERSION = '0.4.26'.freeze + VERSION = '0.4.27'.freeze end