From fbd19ae638dda456e8775f7b81a3f13eb3864aff Mon Sep 17 00:00:00 2001 From: Michael Aguiar Date: Wed, 4 Sep 2019 13:22:39 -0700 Subject: [PATCH] cleanup --- CHANGELOG.md | 23 +++++++++-------------- composer.json | 2 +- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c1799aa..97b834c 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,17 @@ # Changelog +All notable changes to this project will be documented in this file. -All Notable changes to `semrush` 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). -Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. - -## NEXT - 2017-06-14 +## [Unreleased] +## [1.0.0] - 2019-09-04 ### Added -- Support for API v201705 - -### Deprecated -- API v201609 +- // -### Fixed -- Nothing +### Changed +- // ### Removed -- Nothing - -### Security -- Nothing +- // diff --git a/composer.json b/composer.json index d6b102f..7092595 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ } ], "require": { - "php": "~5.6|~7.0", + "php": "~5.6|~7.0" }, "require-dev": { "phpunit/phpunit" : "~4.0||~5.0",