From 19ee751d1b1c1e9d0335c0438fdb6b389544c45c Mon Sep 17 00:00:00 2001 From: Ryan Grove Date: Sun, 29 Dec 2024 20:50:12 -0800 Subject: [PATCH] Release 7.0.0 --- CHANGELOG.md | 4 ++-- lib/sanitize/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ad73df..20df931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ All notable changes to Sanitize are documented in this file. The format (since version 7.0.0) is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## 7.0.0 (not yet released) +## 7.0.0 (2024-12-29) -Sanitize itself has no breaking API changes in this release, but the major version number has been incremented because we've dropped support for end-of-life versions of Ruby. As long as you're using Ruby 3.1.0 or later, this should be a painless upgrade! +Sanitize has no breaking API changes in this release, but the major version number has been incremented because we've dropped support for end-of-life versions of Ruby. As long as you're using Ruby 3.1.0 or later, this should be a painless upgrade! ### Added diff --git a/lib/sanitize/version.rb b/lib/sanitize/version.rb index 58ab924..a2010b2 100644 --- a/lib/sanitize/version.rb +++ b/lib/sanitize/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Sanitize - VERSION = "6.1.3" + VERSION = "7.0.0" end