diff --git a/libraries/core-react/CHANGELOG.md b/libraries/core-react/CHANGELOG.md
index 30a06bb20e..187e20beb3 100644
--- a/libraries/core-react/CHANGELOG.md
+++ b/libraries/core-react/CHANGELOG.md
@@ -5,12 +5,46 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [0.13.0] - 2021-07-XX
+## [0.13.0] - 2021-07-15
### Added
-- Compact components part 1 ([#1249](https://github.com/equinor/design-system/issues/1249)):
- - `TextField`, `Input`, `Checkbox`, `Menu`, `NativeSelect`, `SingleSelect`, `MultiSelect`, `Button`, `Switch` & `Table`
+#### Compact components part 1 ([#1249](https://github.com/equinor/design-system/issues/1249))
+
+- Compact mode can be activated by using the `EdsProvider` as a parent component and setting the `density` property to `"compact"`. This will toggle compact mode on all nested components.
+- Components with compact support:
+ - `TextField`
+ - `Input`
+ - `Checkbox`
+ - `Menu`
+ - `NativeSelect`
+ - `SingleSelect`
+ - `MultiSelect`
+ - `Button`
+ - `Switch`
+ - `Table`
+- Example:
+
+```typescript
+// This renders a compact Table with compact Button & Checkbox inside
+
+