We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e94d4b commit faabc47Copy full SHA for faabc47
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## [1.0.1](https://github.com./pmb0/nestjs-unleash/compare/v1.0.0...v1.0.1) (2020-12-03)
2
+
3
4
+### Bug Fixes
5
6
+* enable GradualRolloutUserIdStrategy and GradualRolloutSessionIdStrategy ([afb355a](https://github.com./pmb0/nestjs-unleash/commit/afb355adf0c8626b81dae77514bf78fd41a991d9))
7
+* ignore invalid CIDRs ([44e1f71](https://github.com./pmb0/nestjs-unleash/commit/44e1f7115d35ebaab5a46a1e0728abc9b5e311dd))
8
9
# 1.0.0 (2020-12-02)
10
11
package.json
@@ -1,6 +1,6 @@
{
"name": "nestjs-unleash",
- "version": "1.0.0",
+ "version": "1.0.1",
"description": "Unleash integration for NestJS",
"author": "Philipp Busse",
"main": "dist/index.js",
0 commit comments