From 662cca8c5dd6ebf11fcf53afff266ee386d44dfe Mon Sep 17 00:00:00 2001 From: ItsANameToo <35610748+ItsANameToo@users.noreply.github.com> Date: Wed, 12 Feb 2020 10:41:36 +0100 Subject: [PATCH] chore: changelog date (#868) * chore: update changelog date * fix: typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7ff7195..80251eca8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project follows the major and minor version releases of [Core](https://github.com/ArkEcosystem/core). This will change to proper [Semantic Versioning](http://semver.org/spec/v2.0.0.html) after the release of Core 3.0. -## [Unreleased] +## [2.6.0] - 2020-11-02 ### Added -- feat: advanced search ([#804]https://github.com/ArkEcosystem/explorer/issues/804) +- feat: advanced search ([#804](https://github.com/ArkEcosystem/explorer/issues/804) - feat: add changelog ([#797](https://github.com/ArkEcosystem/explorer/issues/797)) - feat: delegate pagination ([#792](https://github.com/ArkEcosystem/explorer/issues/792)) - feat: show registered businesses ([#778](https://github.com/ArkEcosystem/explorer/issues/778))