We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d94cf commit fc60542Copy full SHA for fc60542
CHANGELOG.md
@@ -1,8 +1,8 @@
1
# Changelog
2
3
-This project uses [Semantic Versioning 2.0.0](http://semver.org/).
+This project uses [Semantic Versioning 2.0.0](http://semver.org/), the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
4
5
-## main
+## 12.0.0 - 2026-01-22
6
7
### Removed
8
lib/dnsimple/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dnsimple
- VERSION = "11.1.0"
+ VERSION = "12.0.0"
end
0 commit comments