From e1f8c2cdb87fc0025e67a49ea196c0b07a06e0d8 Mon Sep 17 00:00:00 2001 From: Nikita Karamov Date: Sun, 17 Jan 2021 23:59:34 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fe4c3..e8c7621 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ 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](https://github.com/NickKaramoff/shareon/compare/v1.6.0...HEAD) +## [1.6.1] ### Added - Add CHANGELOG as file +### Fixed + +- Fix LinkedIn URL + ## [1.6.0] - 2020-09-28 ### Changed @@ -175,6 +179,7 @@ Initial release of shareon - Add Telegram button - Add Twitter button +[1.6.1]: https://github.com/NickKaramoff/shareon/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/NickKaramoff/shareon/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/NickKaramoff/shareon/compare/v1.4.5...v1.5.0 [1.4.5]: https://github.com/NickKaramoff/shareon/compare/v1.4.2...v1.4.5