From 3d95d5fa8b2a72164fffdc120324371368a4ed1e Mon Sep 17 00:00:00 2001 From: Matthew Oliveira Date: Fri, 24 Sep 2021 15:55:45 -0400 Subject: [PATCH] Add a CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..8f4da730 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog +All notable changes (from version 2.0.1 onwards) 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.1] - 2021-09-24 + +### Added +- Support for data-locale attribute on Facebook posts + +### Changed +- Replaced Travis with Github Actions for running tests. +- Allowed sebastian/diff 4.x +- Fixed tests