We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a4f55 commit 80cbc53Copy full SHA for 80cbc53
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## [Unreleased]
2
3
+## [0.8.2] - 2026-03-09
4
+
5
+- Upgrade to use asherah-cobhan v0.5.3
6
+- Add null_data_check configuration option
7
8
## [0.8.1] - 2026-03-05
9
10
- Upgrade to use asherah-cobhan v0.5.1
lib/asherah/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Asherah
- VERSION = '0.8.1'
+ VERSION = '0.8.2'
end
0 commit comments