From 7a57e3fc7e4a4c3fb47993b46934a5b76a600a63 Mon Sep 17 00:00:00 2001 From: JooYoung Seo Date: Fri, 5 Jan 2024 12:27:42 -0600 Subject: [PATCH] chore: :pencil2: clean up changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5efa1e1d..089e36363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [1.0.6] - 2024-01-05 + +### Chores + +- Enforced Conventional Commits for commit messages (#327). This is a BREAKING CHANGE because any commit messages that do not follow the Conventional Commits format will not be accepted by the repository. Please see the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) website for more information. +- Added new sections and examples of how to use the Conventional Commits format to the CONTRIBUTING file (#327). + ## [1.0.5] - 2024-01-05 ### Added @@ -13,11 +20,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added OpenAI GPT4-vision query system. Hit ? from the main chart to toggle on (#317). - Added LLM suggestions system for users to be able to more easily click (#333). -- Enforced Conventional Commits for commit messages (#327). This is a BREAKING CHANGE because any commit messages that do not follow the Conventional Commits format will not be accepted by the repository. Please see the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) website for more information. - ### Chores -- Added new sections and examples of how to use the Conventional Commits format to the CONTRIBUTING file (#327). - Added instructions on how to take a screenshot in in GitHub bug report and pull request templates (#307). - Commented out the instructions on GitHub templates so that users can keep it while adding new content (#308). - Added lineplot, stacked bar, dodged bar, and normalized dodge bar info to the README (#310).