From 01e207112a432044f0341a3fde09a596db000c1b Mon Sep 17 00:00:00 2001 From: alexlee-dev Date: Mon, 24 Aug 2020 08:37:31 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20CHANGELOG=20-=20Update=20CHANGEL?= =?UTF-8?q?OG?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83d4cb4..9210d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,16 +5,26 @@ 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.8.0] - _Unreleased_ +## [1.8.0] - 2020-08-24 + +### 👩‍🔬 Test Database ### Added +- Test database - [#91](https://github.com/alexlee-dev/gh-jobs/issues/91) + ### Changed +- Update Cypress to v5.0.0 - [#101](https://github.com/alexlee-dev/gh-jobs/issues/101) +- Refactor `Thunks` - [#103](https://github.com/alexlee-dev/gh-jobs/issues/103) + ### Removed ### Fixed +- `SearchInput` style - [#81](https://github.com/alexlee-dev/gh-jobs/issues/81) +- `ProfileAccountDetails` input disabled style - [#84](https://github.com/alexlee-dev/gh-jobs/issues/84) + ## [1.7.0] - 2020-08-20 ### 🐛 Bug Fixeroo Numbah 2