Bump version up to 2.3.6 (#70)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8719f5..8d35ce2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+#### 2.3.6
+
+* Relax sdk upper bound constraint to  '<2.0.0' to allow 'edge' dart sdk use.
+
 #### 2.3.5
 
 * Fix internal use of a cast which fails on Dart 2.0 .
diff --git a/pubspec.yaml b/pubspec.yaml
index 87ed49c..3cedcab 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: file
-version: 2.3.5
+version: 2.3.6
 authors:
 - Matan Lurey <matanl@google.com>
 - Yegor Jbanov <yjbanov@google.com>