Skip to content

Commit

Permalink
Merge pull request #364 from interagent/bf/release-1-1
Browse files Browse the repository at this point in the history
v1.1.0
  • Loading branch information
beanieboi committed Feb 13, 2024
2 parents 1e2ad44 + 0c2d206 commit 8cefd43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@ 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))

### Changed
- 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))
Expand Down
2 changes: 1 addition & 1 deletion lib/pliny/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pliny
VERSION = "1.0.0"
VERSION = "1.1.0"
end

0 comments on commit 8cefd43

Please sign in to comment.