Skip to content

Commit

Permalink
Prepare for 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Sep 5, 2023
1 parent 8c1670f commit a3b7c2a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.markdown
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align=right>
<strong>Current version: 4.2.0</strong> | Documentation for:
<strong>Current version: 4.2.1</strong> | Documentation for:
<a href=https://github.com/rails/web-console/tree/v1.0.4>v1.0.4</a>
<a href=https://github.com/rails/web-console/tree/v2.2.1>v2.2.1</a>
<a href=https://github.com/rails/web-console/tree/v3.7.0>v3.7.0</a>
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/web_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WebConsole
VERSION = "4.2.0"
VERSION = "4.2.1"
end

0 comments on commit a3b7c2a

Please sign in to comment.