From 172cbe7c97f2fdb9dadf790dd3f5bd8d1c373372 Mon Sep 17 00:00:00 2001 From: Webysther Nunes Date: Thu, 26 Oct 2017 17:51:54 -0200 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c62a905 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog +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 adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [1.0.0] - 2017-10-26 +### Added +- QA. +- Documentation. + +[Unreleased]: https://github.com/PHPSnippets/CircularArray/compare/v1.0.0...HEAD