We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfa8b commit d8fe31dCopy full SHA for d8fe31d
CHANGELOG.md
@@ -1,5 +1,7 @@
1
## [Unreleased]
2
3
+## [0.5.0] - 2025-09-21
4
+
5
- Add storage interface with Redis cluster and Memcached adapters for distributed deployments
6
7
## [0.4.0] - 2025-08-30
lib/dial/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Dial
- VERSION = "0.4.0"
+ VERSION = "0.5.0"
end
0 commit comments