From 0c2d2066cdf6461fba15463820018bc0db44645a Mon Sep 17 00:00:00 2001 From: Ben Fritsch Date: Tue, 13 Feb 2024 15:14:11 +0100 Subject: [PATCH] v1.1.0 --- CHANGELOG.md | 5 +++-- lib/pliny/version.rb | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6572d4e7..660edb14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ 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/). -## [Unreleased] - 🔜 +## [Unreleased] - 🔜 +## [1.1.0] - 2024-02-13 ### Added - Add support for Sinatra 4 ([#361](https://github.com/interagent/pliny/pull/361)) @@ -11,7 +12,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p - Switched branch from master to main ([#362](https://github.com/interagent/pliny/pull/362)) - Updated dependencies for GitHub Actions ([#363](https://github.com/interagent/pliny/pull/363)) -## [1.0.0] - 🔜 +## [1.0.0] - 2023-10-09 ### Added - Add support for Ruby 3.1 and 3.2 ([#355](https://github.com/interagent/pliny/pull/355)) - Add support for Sinatra 3 ([#356](https://github.com/interagent/pliny/pull/356)) diff --git a/lib/pliny/version.rb b/lib/pliny/version.rb index d6f29ea7..4f4cb527 100644 --- a/lib/pliny/version.rb +++ b/lib/pliny/version.rb @@ -1,3 +1,3 @@ module Pliny - VERSION = "1.0.0" + VERSION = "1.1.0" end