diff --git a/CHANGELOG.md b/CHANGELOG.md
index 76e49ae..ea1edd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,8 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-
-## [Unreleased](https://github.com/JonasWanke/black_hole_flutter/compare/v0.3.0...master)
-
-
-## [0.3.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.16...v0.3.0) · 2021-02-25
+## 0.3.0 · 2021-02-25
### ⚠ BREAKING CHANGES
- change SDK constraint to `>=2.12.0-0 <3.0.0` to enable null-safety
@@ -28,7 +24,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- These buttons no longer accept individual style parameters like `textColor`, `color`, or `shape`, but instead accept an optional `ButtonStyle? style`, just like the original Material Design buttons
-## [0.2.16](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.15...v0.2.16) · 2020-11-24
+## 0.2.16 · 2020-11-24
### 🎉 New Features
- **context:** add `BuildContext.scaffoldMessenger` & `BuildContext.scaffoldMessengerOrNull`
@@ -37,7 +33,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- support Flutter `>=1.24.0-7.0.pre`
-## [0.2.15](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.14...v0.2.15) · 2020-10-16
+## 0.2.15 · 2020-10-16
### 🎉 New Features
- **bottom_sheet:** export DragIndicator
@@ -46,7 +42,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **bottom_sheet:** expand content to fill cross axis
-## [0.2.14](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.13...v0.2.14) · 2020-10-01
+## 0.2.14 · 2020-10-01
### 🎉 New Features
- **widgets/buttons:** add customizable `loadingIndicator`
@@ -56,7 +52,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **widgets/buttons:** choose disabled FAB's foreground color based on the background color
-## [0.2.13](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.12...v0.2.13) · 2020-08-20
+## 0.2.13 · 2020-08-20
### 🎉 New Features
- **widgets/buttons:** add `shape` parameter
@@ -65,7 +61,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- update dartx to `^0.5.0`
-## [0.2.12](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.11...v0.2.12) · 2020-06-11
+## 0.2.12 · 2020-06-11
### 🎉 New Features
- **context:** add `BuildContext.focusScope`
@@ -75,7 +71,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- update Flutter to `>=1.17.0`
-## [0.2.11](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.10...v0.2.11) · 2020-05-18
+## 0.2.11 · 2020-05-18
### 🎉 New Features
- **async:** add `AsyncSnapshot.hasNoData`, `AsyncSnapshot.hasNoError`
@@ -86,7 +82,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **example:** update packages
-## [0.2.10](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.9...v0.2.10) · 2020-04-30
+## 0.2.10 · 2020-04-30
### 🎉 New Features
- **widgets:** add `TitleAndSubtitle`
@@ -95,7 +91,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- update dartx to `^0.3.0`
-## [0.2.9](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.8...v0.2.9) · 2020-04-29
+## 0.2.9 · 2020-04-29
### 🎉 New Features
- **color:** add `Color.isOpaque`
@@ -105,14 +101,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **size:** add `Size.coerceAtLeast`, `Size.coerceAtMost`
-## [0.2.8](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.7...v0.2.8) · 2020-04-20
+## 0.2.8 · 2020-04-20
### 🎉 New Features
- **context:** add `BuildContext.locale`
- **render_object:** add `ContainerRenderObjectMixin.children`
-## [0.2.7](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.6...v0.2.7) · 2020-04-08
+## 0.2.7 · 2020-04-08
### 🎉 New Features
- **color:** add `Color.isDark`, `Color.isLight`
@@ -121,7 +117,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- fill README with missing extensions and widgets
-## [0.2.6](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.5...v0.2.6) · 2020-04-07
+## 0.2.6 · 2020-04-07
### 🎉 New Features
- **color:** allow fixed red, green or blue values in `Random.nextColor()`
@@ -129,20 +125,20 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **navigation:** add `LoggingNavigatorObserver`
-## [0.2.5](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.4...v0.2.5) · 2020-04-02
+## 0.2.5 · 2020-04-02
### 🎉 New Features
- **color:** add `Color.alphaBlendOn()`
- **color:** add `Random.nextColor()`
-## [0.2.4](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.3...v0.2.4) · 2020-04-02
+## 0.2.4 · 2020-04-02
### 🐛 Bug Fixes
- **widgets/buttons:** use default child for extended buttons while not loading
-## [0.2.3](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.2...v0.2.3) · 2020-03-28
+## 0.2.3 · 2020-03-28
### 🎉 New Features
- **color:** add `Color.withAdditionalOpacity`, `Color.withAdditionalAlpha`
@@ -152,19 +148,19 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- **widgets/buttons:** add `FancyOutlineButton.borderSide`, `FancyOutlineButton.highlightedBorderColor`
-## [0.2.2](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.1...v0.2.2) · 2020-03-26
+## 0.2.2 · 2020-03-26
### 🎉 New Features
- add `Color.hsl`, `Color.hsv` extensions
-## [0.2.1](https://github.com/JonasWanke/black_hole_flutter/compare/v0.2.0...v0.2.1) · 2020-03-25
+## 0.2.1 · 2020-03-25
### 🐛 Bug Fixes
- correctly display `FancyFab.extended`
-## [0.2.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.3...v0.2.0) · 2020-03-24
+## 0.2.0 · 2020-03-24
### ⚠ BREAKING CHANGES
- fix naming: `FancyFab.icon` is now called `FancyFab.child`
@@ -179,26 +175,26 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- `FancyButton` logic is now handled in their base `_FancyButton`
-## [0.1.3](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.2...v0.1.3) · 2020-03-22
+## 0.1.3 · 2020-03-22
### ⚡ Changes
- remove unused parameter from `NavigatorState.pushNamedAndRemoveAll`
-## [0.1.2](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.1...v0.1.2) · 2020-03-22
+## 0.1.2 · 2020-03-22
### 🐛 Bug Fixes
- add missing export
-## [0.1.1](https://github.com/JonasWanke/black_hole_flutter/compare/v0.1.0...v0.1.1) · 2020-03-22
+## 0.1.1 · 2020-03-22
### 🎉 New Features
- add `NavigatorState.pushAndRemoveAll`, `NavigatorState.pushNamedAndRemoveAll`
- **example:** add example app showcasing new widgets
-## [0.1.0](https://github.com/JonasWanke/black_hole_flutter/compare/v0.0.1...v0.1.0) · 2020-03-13
+## 0.1.0 · 2020-03-13
### 🎉 New Features
- add `Size.diagonal`, `Size.squaredDiagonal`