Add 2.2.0 release date to CHANGELOG.md

This commit is contained in:
Josef Šimánek 2022-02-16 01:50:47 +01:00 committed by GitHub
parent 3ed9fb8cf7
commit b8ac5c3975
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
* Docs: Japanese documentation: Make Session section reflect changes done to README.md. [#1731](https://github.com/sinatra/sinatra/pull/1731) by @shu-i-chi
## 2.2.0 / Unreleased
## 2.2.0 / 2022-02-15
* Handle EOFError raised by Rack and return Bad Request 400 status. [#1743](https://github.com/sinatra/sinatra/pull/1743) by tamazon