Skip to content

Commit

Permalink
Prepare for v1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Oct 17, 2021
1 parent 45fceee commit b742141
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,14 @@
# Hanami
The web, with simplicity.

## v1.3.5 - 2021-10-18
### Fixed
- [Ivan Kabluchkov] Ensure to properly store exceptions in Rack environment
- [Sean Collins] Explicitly limit in gemspec the supported rubies (>= 2.3 and < 3) for Hanami 1

### Changed
- [Luca Guidi] Use JSON as default HTTP session serializer for cookie session storage

## v1.3.4 - 2021-05-02
### Fixed
- [Slava Kardakov] Fix generated `config.ru` `require_relative` statement
Expand Down
4 changes: 4 additions & 0 deletions FEATURES.md
Expand Up @@ -3,6 +3,10 @@

## Features

## v1.3.5 - 2021-10-18

## v1.3.4 - 2021-05-02

## v1.3.3 - 2019-09-20

- Standardize file loading for `.env` files (see: https://github.com/bkeepers/dotenv#what-other-env-files-can-i-use)
Expand Down
2 changes: 1 addition & 1 deletion lib/hanami/version.rb
Expand Up @@ -6,7 +6,7 @@ module Hanami
module Version
# @since 0.9.0
# @api private
VERSION = '1.3.4'.freeze
VERSION = '1.3.5'.freeze

# @since 0.9.0
# @api private
Expand Down
2 changes: 1 addition & 1 deletion spec/unit/version_spec.rb
@@ -1,5 +1,5 @@
RSpec.describe "Hanami::VERSION" do
it "returns current version" do
expect(Hanami::VERSION).to eq("1.3.4")
expect(Hanami::VERSION).to eq("1.3.5")
end
end

0 comments on commit b742141

Please sign in to comment.