From 74ce44dcc67669225f494b8cd19eb2434fc1aa45 Mon Sep 17 00:00:00 2001 From: eg-oss-ci Date: Sun, 6 Mar 2022 21:56:19 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [2.0.0](https://github.com/ExpediaGroup/parsec/compare/v1.0.0...v2.0.0) (2022-03-06) ### ⚠ BREAKING CHANGES * This change is the start of the 2.x version ### Features * **web:** New website ([ffbfbf0](https://github.com/ExpediaGroup/parsec/commit/ffbfbf0b8a299ab75f6ddbc3bcd6016a84c4a68e)) ### Bug Fixes * Add missing `commons-io` dependency ([b9ab00a](https://github.com/ExpediaGroup/parsec/commit/b9ab00a632d081c5439d349ff8a71710bf7046ef)) * Reformat file ([cbd5974](https://github.com/ExpediaGroup/parsec/commit/cbd59743cf497497c42a8afc09d9c17cab469748)) * Upgrade to Clojure 1.10.3 ([bc6d7d5](https://github.com/ExpediaGroup/parsec/commit/bc6d7d52a8204c8a9451b0e6d49e3c4289ab76fe)) ### Code Refactoring * Migrate to a monorepo structure using tools.deps ([20b37f0](https://github.com/ExpediaGroup/parsec/commit/20b37f073ea9818e8073809429327bd15784d508)) --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8db604..f1860cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +# Changelog + +All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## [2.0.0](https://github.com/ExpediaGroup/parsec/compare/v1.0.0...v2.0.0) (2022-03-06) + + +### ⚠ BREAKING CHANGES + +* This change is the start of the 2.x version + +### Features + +* **web:** New website ([ffbfbf0](https://github.com/ExpediaGroup/parsec/commit/ffbfbf0b8a299ab75f6ddbc3bcd6016a84c4a68e)) + + +### Bug Fixes + +* Add missing `commons-io` dependency ([b9ab00a](https://github.com/ExpediaGroup/parsec/commit/b9ab00a632d081c5439d349ff8a71710bf7046ef)) +* Reformat file ([cbd5974](https://github.com/ExpediaGroup/parsec/commit/cbd59743cf497497c42a8afc09d9c17cab469748)) +* Upgrade to Clojure 1.10.3 ([bc6d7d5](https://github.com/ExpediaGroup/parsec/commit/bc6d7d52a8204c8a9451b0e6d49e3c4289ab76fe)) + + +### Code Refactoring + +* Migrate to a monorepo structure using tools.deps ([20b37f0](https://github.com/ExpediaGroup/parsec/commit/20b37f073ea9818e8073809429327bd15784d508)) + # Change Log All notable changes to this project will be documented in this file.