From 18fd2bf2f33cb328a1de61fe703a7335ef5b4782 Mon Sep 17 00:00:00 2001 From: Danilo Carolino Date: Mon, 29 Jan 2024 12:28:34 -0300 Subject: [PATCH] build(release): bump version from 1.0.1 to 1.1.0 --- .version | 2 +- CHANGELOG.md | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.version b/.version index 7dea76e..9084fa2 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.0.1 +1.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f45333..b964e7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,19 @@ # Changelog All notable Changed 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). +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). ## [Unreleased] +## [1.1.0] - 2024-01-29 + +### Changed + +- Require ruby version >= 3.1 by @danilogco +- Ruby version < 3.1 aren't supported anymore +- Dependencies update by @danilogco +- Adds Ruby v3.3.0 to the unit test matrix by @danilogco + ## [1.0.1] - 2023-02-03 ### Changed @@ -49,7 +56,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - [QC-79](https://qflash.atlassian.net/jira/software/projects/QC/boards/31?selectedIssue=QC-79) -Reduzir uso de pipelines em projetos Ruby [Dependabot] + Reduzir uso de pipelines em projetos Ruby [Dependabot] - Bump Ruby version to v3.1.0 ## [0.3.0]