Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 918 Bytes

CHANGELOG.md

File metadata and controls

27 lines (21 loc) · 918 Bytes

Change Log

All notable changes to this project will be documented in this file, as suggested by How to use a CHANGELOG.

As of version 3.0.0 this project adheres to Semantic Versioning.

##[3.0.0]

Changed

  • Upgrading to ActiveSupport 5.2.4.3
  • Gem now supports only Ruby versions >= 2.5.0 and <= 2.7.1

[2.8.3]

Changed

  • Move from random point version releases and tie gem version to the version of TMS.

[0.10.1]

Added

  • Replaced ActiveSupport::Inflector.camelize with custom version that does not use acronyms.

[0.10.0]

Added

  • from_name attribute on FromAddress resource, mirroring changes to the TMS API

Fixed

  • Removed ability to POST or PUT to the from_address endpoint, as this feature is not supported by the TMS API
  • Pinned mime-types dependency to a version that supports jRuby