Prepare for version 0.44.0. (#2656)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3459dc6..52ac62d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 0.44.0
+* BREAKING CHANGE:  Add support for generic metadata rendering in
+  typedefs. (#2649,  #2654).  This changes how typedefs are rendered
+  so that they all appear as new generic typedefs.  This means
+  that typedefs can no longer share the `_callable` templates
+  and have their own implementations.
+* Add query strings to static assets to ensure they refresh in
+  browsers on changes. (#2646)
+* Change the comment reference unparser to use analyzer AST tokens
+  instead of file access. (#2642)
+
 ## 0.43.0
 * Add experimental lookup code for comment references eventually
   destined to replace most of `lib/src/markdown_processor.dart`.  Most
diff --git a/dartdoc_options.yaml b/dartdoc_options.yaml
index 0a637b8..d6bd284 100644
--- a/dartdoc_options.yaml
+++ b/dartdoc_options.yaml
@@ -1,4 +1,4 @@
 dartdoc:
   linkToSource:
     root: '.'
-    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.43.0/%f%#L%l%'
+    uriTemplate: 'https://github.com/dart-lang/dartdoc/blob/v0.44.0/%f%#L%l%'
diff --git a/lib/src/version.dart b/lib/src/version.dart
index a910039..61449ae 100644
--- a/lib/src/version.dart
+++ b/lib/src/version.dart
@@ -1,2 +1,2 @@
 // Generated code. Do not modify.
-const packageVersion = '0.43.0';
+const packageVersion = '0.44.0';
diff --git a/pubspec.yaml b/pubspec.yaml
index 3a236bc..2b8a601 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,6 +1,6 @@
 name: dartdoc
 # Run `grind build` after updating.
-version: 0.43.0
+version: 0.44.0
 description: A non-interactive HTML documentation generator for Dart source code.
 homepage: https://github.com/dart-lang/dartdoc
 environment: