We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93cf7cf commit a615833Copy full SHA for a615833
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+v3.0.4, 2022-08-07
2
+------------------
3
+ * Adds a configurable Cuprite driver [#327](https://github.com/oesmith/puffing-billy/pull/327)
4
+
5
v3.0.3, 2022-05-31
6
-------------------
7
* Only calculate cache scope and key if request is cacheable [#324](https://github.com/oesmith/puffing-billy/pull/324)
lib/billy/version.rb
@@ -1,3 +1,3 @@
module Billy
- VERSION = '3.0.3'
+ VERSION = '3.0.4'
end
0 commit comments