File tree 2 files changed +4
-3
lines changed 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,16 @@ All notable changes to this project will be documented in this file.
3
3
4
4
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
5
5
6
- ## [ Unreleased] - 🔜
6
+ ## [ Unreleased] - 🔜
7
+ ## [ 1.1.0] - 2024-02-13
7
8
### Added
8
9
- Add support for Sinatra 4 ([ #361 ] ( https://github.com/interagent/pliny/pull/361 ) )
9
10
10
11
### Changed
11
12
- Switched branch from master to main ([ #362 ] ( https://github.com/interagent/pliny/pull/362 ) )
12
13
- Updated dependencies for GitHub Actions ([ #363 ] ( https://github.com/interagent/pliny/pull/363 ) )
13
14
14
- ## [ 1.0.0] - 🔜
15
+ ## [ 1.0.0] - 2023-10-09
15
16
### Added
16
17
- Add support for Ruby 3.1 and 3.2 ([ #355 ] ( https://github.com/interagent/pliny/pull/355 ) )
17
18
- Add support for Sinatra 3 ([ #356 ] ( https://github.com/interagent/pliny/pull/356 ) )
Original file line number Diff line number Diff line change 1
1
module Pliny
2
- VERSION = "1.0 .0"
2
+ VERSION = "1.1 .0"
3
3
end
You can’t perform that action at this time.
0 commit comments