We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d631998 + ab08a0e commit 914df94Copy full SHA for 914df94
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Unreleased
2
-----
3
4
+3.2.1
5
+-----
6
+* Restrict Measured::Cache::Json initializer to valid filenames. (@caseyshop)
7
+
8
3.2.0
9
10
* Make the ActiveRecord validation errors have the correct type. (@alexcarruthers)
lib/measured/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Measured
- VERSION = "3.2.0"
+ VERSION = "3.2.1"
end
0 commit comments