Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beanieboi committed Feb 13, 2024
1 parent 1e2ad44 commit ecda7a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion lib/template/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ruby "2.4.0"
gem "multi_json"
gem "oj"
gem "pg"
gem "pliny", "~> 0.32"
gem "pliny", "~> 1.1.0"
gem "pry"
gem "puma", "~> 6"
gem "rack-ssl"
Expand Down

0 comments on commit ecda7a3

Please sign in to comment.