0.1.83
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f3f3e90..8e6804d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
+# 0.1.83
+
+* updated `file_names` to skip prefixed-extension Dart files (e.g., `.css.dart`, `.g.dart`)
+* updated SDK constraint to `2.2.0`
+* miscellaneous rule documentation fixes
+* (internal) updated sources to use Set literals
+* fixed NPE in `avoid_shadowing_type_parameters`
+* added linter version numbering for use in analyzer summaries
+* fixed type utilities to handle inheritance cycles
+* (internal) changes to adopt new `package:analyzer` APIs
+* fixed `unnecessary_parenthesis` false positives
+
 # 0.1.82
 
 * fixed `prefer_collection_literals` Set literal false positives
diff --git a/lib/src/version.dart b/lib/src/version.dart
index 5d4c207..5deccb1 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -3,4 +3,4 @@
 // BSD-style license that can be found in the LICENSE file.
 
 /// Package version.  Synchronized w/ pubspec.yaml.
-const String version = '0.1.82';
+const String version = '0.1.83';
diff --git a/pubspec.yaml b/pubspec.yaml
index 3a9cbf5..e7f478f 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: linter
-version: 0.1.82
+version: 0.1.83
 
 author: Dart Team <misc@dartlang.org>
 
diff --git a/tool/since/dart_sdk.yaml b/tool/since/dart_sdk.yaml
index 0c71ef4..10ef5ce 100644
--- a/tool/since/dart_sdk.yaml
+++ b/tool/since/dart_sdk.yaml
@@ -1,3 +1,5 @@
+2.2.1-dev.1.1 : 0.1.82
+2.2.1-dev.1.0 : 0.1.82
 2.2.1-dev.0.0 : 0.1.82
 2.2.0 : 0.1.82
 2.2.0-dev.2.1 : 0.1.82