Skip to content

Commit

Permalink
v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytro-demchyna committed Jun 5, 2019
1 parent 373ab4c commit 46a8f3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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).

## [2.2.0] - 2019-06-05

### Changed
- Pretty print instead of minified print for a json output

## [2.1.1] - 2019-05-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/SchemaKeeper/CLI/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

class Version
{
const VERSION = 'v2.1.1';
const VERSION = 'v2.2.0';

/**
* @return string
Expand Down

0 comments on commit 46a8f3e

Please sign in to comment.