From 723a79ed440e80f573e581fa6c7046605861af22 Mon Sep 17 00:00:00 2001 From: Jim Gay Date: Wed, 24 Jun 2026 14:39:20 -0400 Subject: [PATCH] Bump version to 1.1.3 --- Changelog.md | 15 ++------------- lib/surrounded/version.rb | 2 +- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/Changelog.md b/Changelog.md index 3e02f46..0088646 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,21 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.1.3] - Unreleased + ## [1.1.2] - 2026-06-24 ### Fixed - Roles applied through a wrapper, such as an interface, can reach the other roles in their context. (c1d41a6) - -## [1.1.1] - 2025-10-17 - -### Changed - -- Version and changelog management with Reissue. (c919a3a) -- Set the gemspec to use a file list rather than depending on git (69b9a43) -- Update singularize_name to duplicate a string before altering the value. (3487d0d) -- Alter the list of identity methods in Negotiator to include __id__. (b98fb5a) - -### Removed - -- Code Climate and Pull Review configuration. (46f0057) diff --git a/lib/surrounded/version.rb b/lib/surrounded/version.rb index 211e8c0..6ee8d9b 100644 --- a/lib/surrounded/version.rb +++ b/lib/surrounded/version.rb @@ -1,5 +1,5 @@ module Surrounded - VERSION = "1.1.2" + VERSION = "1.1.3" def self.version VERSION