diff --git a/README.md b/README.md index 4db4a4b..e0d5040 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,14 @@ However, you can only get it when you pass 3 params to the callback's argument l # Breaking Change History +#### 2.2.0 + +* `bypassHeaders` support. + +#### 2.1.0 + +* `Cache-Control` headers support. + #### 2.0.0 * Now compatible with superagent `2.x` and `3.x` diff --git a/package.json b/package.json index 701a3b7..f29eced 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finanzcheck/superagent-cache-plugin", - "version": "2.1.0", + "version": "2.2.0", "description": "FFG Superagent plugin with flexible built-in caching.", "main": "index.js", "devDependencies": {