diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5b9ef..608b1b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] + + +## [1.1.0] — 2021-09-24 ### Added - Add support for streaming requests ([#31](https://github.com/theY4Kman/dcrf-client/pull/31), thanks [@jhillacre](https://github.com/jhillacre)!) diff --git a/package-lock.json b/package-lock.json index 0978aee..9e78a33 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "dcrf-client", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@types/lodash.uniqby": "^4.7.6", diff --git a/package.json b/package.json index 7e2881c..24eb537 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dcrf-client", - "version": "1.0.0", + "version": "1.1.0", "description": "Websocket client for Django Channels v2 APIs powered by hishnash/djangochannelsrestframework", "main": "./lib/index.js", "types": "./lib/index.d.ts",