From bd9bd0d9de31d408793bf98f42a579146dd61bff Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 16 Oct 2019 22:37:53 -0400 Subject: [PATCH] 2.0.0-alpha --- CHANGELOG.md | 5 +++-- pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ac5f2006..20e2c2f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,2 +1,3 @@ -# 2.0.0 -* Angel 2 updates. \ No newline at end of file +# 2.0.0-alpha +* Angel 2 updates. Remove previous functionality. +* Add `CookieSigner`, `RateLimiter`/`InMemoryRateLimiter`/`ServiceRateLimiter`. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index b204a27f..ccd26b08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: angel_security -version: 2.0.0 +version: 2.0.0-alpha description: Angel infrastructure for improving security by patching common holes. author: Tobe O homepage: https://github.com/angel-dart/security