Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 1.4 KB

CHANGELOG.md

File metadata and controls

43 lines (25 loc) · 1.4 KB

CHANGELOG

This project uses Semantic Versioning 2.0.0.

main

0.13.6

  • CHANGED: Deprecate Certificate's contact_id (dnsimple#85)
  • CHANGED: Add getter for attribute errors in DnsimpleValidationException (dnsimple#96)

0.13.5

  • FIXED: Registrar.ChangeDomainDelegation not serialising delegation list properly

0.13.1

  • CHANGED: Bumped up dependency versions.

0.13.0

  • CHANGED: Added support for DS record key-data interface (dnsimple/dnsimple-chsarp#58)

0.12.0

  • CHANGED: Removed deprecated Registrar.GetDomainPremiumPrices

0.11.0

  • NEW: Added Registrar.GetDomainPrices to retrieve whether a domain is premium and the prices to register, transfer, and renew. (dnsimple#46)

0.10.0

  • FIXED: Adds missing CDNSKEY & CDS record types (#32). (dnsimple#32)
  • FIXED: Avoids setting UserAgent on ChangeBaseUrlTo if Client is provided. (dnsimple#22)
  • CHANGED: Moves / Migrates project to .NET standard (dnsimple#23)
  • CHANGED: Contact.Fax is not required anymore. (dnsimple#16)
  • CHANGED: Certificate.ExpiresOn has been replaced by Certificate.ExpiresAt. (dnsimple#14)
  • CHANGED: Domain.ExpiresOn has been replaced by Domain.ExpiresAt. (dnsimple#11)

0.9.0

Initial non-development release that supports API v2.