Skip to content

Commit

Permalink
Bump the version to 1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
knu committed Oct 19, 2024
1 parent 1f41cd7 commit b44d2a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Unreleased
----------
1.2.7
-----

- Add `IPAddr#to_json/as_json` [\#77](https://github.com/ruby/ipaddr/pull/77) ([taketo1113](https://github.com/taketo1113))
- Consider IPv4-mapped IPv6 addresses link local/loopback if IPV4 address is private [\#65](https://github.com/ruby/ipaddr/pull/65) ([Earlopain](https://github.com/Earlopain))
Expand Down
2 changes: 1 addition & 1 deletion lib/ipaddr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
# p ipaddr3 #=> #<IPAddr: IPv4:192.168.2.0/255.255.255.0>

class IPAddr
VERSION = "1.2.6"
VERSION = "1.2.7"

# 32 bit mask for IPv4
IN4MASK = 0xffffffff
Expand Down

0 comments on commit b44d2a1

Please sign in to comment.