From 3b9856045614f729d8a692be0f2c6abe28af54f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 Jan 2025 10:13:24 +0000 Subject: [PATCH] ci: update changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1aa319d7..dd20975ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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). +## [Unreleased] + +### :hammer: Misc + +- (**frontend**): Update landing page + readme with perf traces + ## [0.5.0] - 2025-01-06 ### :sparkles: New features @@ -1824,6 +1830,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - (**webapp**): Replace team/:id/invite docs with /auth/invite docs - (**webapp**): Add API docs for crash & ANR groups APIs +[unreleased]: https://github.com/measure-sh/measure/compare/v0.5.0..HEAD [0.5.0]: https://github.com/measure-sh/measure/compare/v0.4.1..v0.5.0 [0.4.1]: https://github.com/measure-sh/measure/compare/v0.4.0..v0.4.1 [0.4.0]: https://github.com/measure-sh/measure/compare/v0.3.0..v0.4.0