Skip to content

Commit

Permalink
Release 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
duduribeiro committed Jun 10, 2020
1 parent 65ba9d1 commit d9643e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,7 @@

This project uses [Semantic Versioning 2.0.0](http://semver.org/).

## master
## 5.1.0

- CHANGED: `Domain#expires_on` (date only) is deprecated in favor of `Domain#expires_at` (timestamp). (dnsimple/dnsimple-ruby#186)

Expand Down
2 changes: 1 addition & 1 deletion lib/dnsimple/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Dnsimple
VERSION = "5.0.0"
VERSION = "5.1.0"
end

0 comments on commit d9643e0

Please sign in to comment.