From 07e69fd8148f1352654306b319c3acfee53538eb Mon Sep 17 00:00:00 2001 From: Michal Matoga Date: Wed, 30 Jun 2021 17:36:20 +0200 Subject: [PATCH] [AEG-1722] Update the changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae53580..f5cf9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,11 @@ 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] +## 2.0.0 - 2021-07-01 ### Changed - Breaking: added the output of the command to Shell's exception exitedWithNonZeroStatus error to better conform to objc interop and NSError - +- Updated minimum deployment target to macOS 10.13. ## 1.1.0 - 2020-05-15