Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.3.0] - 2021-10-22

  • Better handling of malformed IP addresses (modosc#49)

[2.2.0] - 2021-06-11

  • Fix typo in actionpack dependency

[2.1.0] - 2021-06-11

Breaking Changes

  • Drop support for unsupported rails versions (5.0.x and 5.1.x)

Added

  • use Net::HTTP instead of httparty (pr)
  • Add rails 7.0.0.alpha support

[2.0.0] - 2021-02-17

Breaking Changes

  • Removed broad dependency on rails, replaced with explicit dependencies for railties, activesupport, and actionpack ( issue and pr)

[1.0.0] - 2020-09-29

Added