Skip to content

Commit 90e3474

Browse files
committed
Release 4.3.0
1 parent bdbb391 commit 90e3474

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## main (unreleased)
44

5+
# 4.3.0
6+
7+
* [#342](https://github.com/rails/web-console/pull/342) Always permit IPv4-mapped IPv6 loopback addresses ([@zunda]).
8+
* Fixed Rails 8.2.0.alpha support
59
* Drop Rails 7.2 support
610
* Drop Ruby 3.1 support
711

@@ -194,3 +198,4 @@ go to 3.1.0 instead.
194198
[@p8]: https://github.com/p8
195199
[@voxik]: https://github.com/voxik
196200
[@ryanwood]: https://github.com/ryanwood
201+
[@zunda]: https://github.com/zunda

lib/web_console/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module WebConsole
4-
VERSION = "4.2.1"
4+
VERSION = "4.3.0"
55
end

0 commit comments

Comments
 (0)