We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84dd9b3 commit 840f599Copy full SHA for 840f599
CHANGELOG.md
@@ -4,6 +4,10 @@ This project uses [Semantic Versioning 2.0.0](http://semver.org/).
4
5
## main
6
7
+## 11.1.0
8
+
9
+- NEW: Added `Dnsimple::Client::ZonesRecords#batch_change_zone_records` to make changes to zone records in a batch. (dnsimple/dnsimple-ruby#434)
10
11
## 11.0.0
12
13
- CHANGED: Removed `from` and `to` fields in `EmailForward`
lib/dnsimple/version.rb
@@ -2,6 +2,6 @@
2
3
module Dnsimple
- VERSION = "11.0.0"
+ VERSION = "11.1.0"
end
0 commit comments