From a3b7c2a89c13f8e9960a34df41674be5d3e47dcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Tue, 5 Sep 2023 20:09:43 +0000 Subject: [PATCH] Prepare for 4.2.1 --- CHANGELOG.markdown | 7 ++++++- README.markdown | 4 ++-- lib/web_console/version.rb | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown index 6121a189..4bdbe788 100644 --- a/CHANGELOG.markdown +++ b/CHANGELOG.markdown @@ -1,6 +1,11 @@ # CHANGELOG -## master (unreleased) +## main (unreleased) + +# 4.2.1 + +* Support to Rails 7.1 +* Support to Rack 3.0 ## 4.2.0 diff --git a/README.markdown b/README.markdown index 40ef01e2..49699183 100644 --- a/README.markdown +++ b/README.markdown @@ -1,5 +1,5 @@

- Current version: 4.2.0 | Documentation for: + Current version: 4.2.1 | Documentation for: v1.0.4 v2.2.1 v3.7.0 @@ -186,7 +186,7 @@ Make sure your configuration lives in `config/environments/development.rb`. [Hailey Somerville]: https://github.com/haileys [John Mair]: https://github.com/banister [Charles Oliver Nutter]: https://github.com/headius -[templates]: https://github.com/rails/web-console/tree/master/lib/web_console/templates +[templates]: https://github.com/rails/web-console/tree/main/lib/web_console/templates [rvt]: https://github.com/gsamokovarov/rvt [contributors]: https://github.com/rails/web-console/graphs/contributors [Passenger on Nginx]: https://www.phusionpassenger.com/library/config/nginx/reference/#passengerstickysessions diff --git a/lib/web_console/version.rb b/lib/web_console/version.rb index 7178afa1..66e31769 100644 --- a/lib/web_console/version.rb +++ b/lib/web_console/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module WebConsole - VERSION = "4.2.0" + VERSION = "4.2.1" end