update pubspec/changelog for 1.2.4
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d1bcda5..6da8487 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 1.2.4
+
+* Fix a new strong mode error.
+
 # 1.2.3
 
 * Fix a bug where a point span at the end of a file without a trailing newline
diff --git a/pubspec.yaml b/pubspec.yaml
index 3ef97ed..9e41fdd 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,5 +1,5 @@
 name: source_span
-version: 1.2.3
+version: 1.2.4
 author: Dart Team <misc@dartlang.org>
 description: A library for identifying source spans and locations.
 homepage: https://github.com/dart-lang/source_span