Skip to content

Commit 0c2d206

Browse files
committed
v1.1.0
1 parent 1e2ad44 commit 0c2d206

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,16 @@ 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+
## [Unreleased] - 🔜
7+
## [1.1.0] - 2024-02-13
78
### Added
89
- Add support for Sinatra 4 ([#361](https://github.com/interagent/pliny/pull/361))
910

1011
### Changed
1112
- Switched branch from master to main ([#362](https://github.com/interagent/pliny/pull/362))
1213
- Updated dependencies for GitHub Actions ([#363](https://github.com/interagent/pliny/pull/363))
1314

14-
## [1.0.0] - 🔜
15+
## [1.0.0] - 2023-10-09
1516
### Added
1617
- Add support for Ruby 3.1 and 3.2 ([#355](https://github.com/interagent/pliny/pull/355))
1718
- Add support for Sinatra 3 ([#356](https://github.com/interagent/pliny/pull/356))

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.0.0"
2+
VERSION = "1.1.0"
33
end

0 commit comments

Comments
 (0)