Update changelog and version for release
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 783393d..e02e0ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 0.16.2
+
+- Added support for escape codes in identifiers.
+
 ## 0.16.1
 	
 - Fixed a crash caused by parsing certain calc() expressions and variables names that contain numbers.
diff --git a/pubspec.yaml b/pubspec.yaml
index 207348d..7af6566 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: csslib
-version: 0.16.2-dev
+version: 0.16.2
 
 description: A library for parsing CSS.
 homepage: https://github.com/dart-lang/csslib