From: Justin Wind <justin.wind+git@gmail.com>
Date: Sun, 15 May 2022 20:53:00 +0000 (-0700)
Subject: bump package version to 1.3.8
X-Git-Tag: v1.3.8^2
X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=18020551333d22d40f6dbfacca6ed69a7ca5d20c;p=websub-hub

bump package version to 1.3.8
---

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 73ae6cb..d9fdf81 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
 
 Releases and notable changes to this project are documented here.
 
+## [v1.3.8] - 2022-05-15
+
+### Fixed
+
+- Badge requests are allowed to be cached.
+- Dependency updates.
+- Minor fixes.
+
 ## [v1.3.7] - 2022-04-08
 
 ### Added
@@ -145,7 +153,8 @@ Releases and notable changes to this project are documented here.
 
 ---
 
-[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.7
+[Unreleased]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=HEAD;hp=v1.3.8
+[v1.3.8]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.8;hp=v1.3.7
 [v1.3.7]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.7;hp=v1.3.6
 [v1.3.6]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.6;hp=v1.3.5
 [v1.3.5]: https://git.squeep.com/?p=websub-hub;a=commitdiff;h=v1.3.5;hp=v1.3.4
diff --git a/package-lock.json b/package-lock.json
index 5e44946..e147b16 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.7",
+  "version": "1.3.8",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 8511a5d..318ff97 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@squeep/websub-hub",
-  "version": "1.3.7",
+  "version": "1.3.8",
   "description": "A WebSub Hub server implementation.",
   "main": "server.js",
   "scripts": {