Skip to content

Commit 4097de0

Browse files
authored
Merge pull request #368 from interagent/bf/release-1.2.0
Release 1.2.0
2 parents fc59a54 + b992f36 commit 4097de0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
55

6-
## [Unreleased] - 🔜
6+
## [1.2.0] - 2025-02-10
77
### Added
88
- Add support for Ruby 3.3 and 3.4 ([#366](https://github.com/interagent/pliny/pull/3366))
99
- Add support for ActiveSupport 8 ([#366](https://github.com/interagent/pliny/pull/366))
@@ -16,7 +16,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1616
- Drop support for Sinatra 2 ([#366](https://github.com/interagent/pliny/pull/366))
1717
- Drop support for ActiveSupport 6 ([#366](https://github.com/interagent/pliny/pull/366))
1818

19-
## [1.1.0] - 2024-02-13
19+
## [1.1.0] - 2024-02-13
2020
### Added
2121
- Add support for Sinatra 4 ([#361](https://github.com/interagent/pliny/pull/361))
2222

lib/pliny/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pliny
2-
VERSION = "1.1.0"
2+
VERSION = "1.2.0"
33
end

0 commit comments

Comments
 (0)