Skip to content

Commit

Permalink
Tagged v2.3.0 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 22, 2021
1 parent 39928b6 commit a51dda8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com), and this project adheres to [Semantic Versioning](https://semver.org).

## [Unreleased]
## [2.3.0] - 2021-05-22
### Added
* [#4](https://github.com/shlinkio/shlink-importer/issues/4) Added support to import from another Shlink instance through its REST API.

It imports visits and metadata as well, preparing the implementation to support this on other import sources.

### Changed
* [#25](https://github.com/shlinkio/shlink-importer/issues/25) Increased required MSI to 80%.
* Updated to Infection 0.23

### Deprecated
* *Nothing*
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.2",
"infection/infection": "^0.21.0",
"infection/infection": "^0.23.0",
"phpspec/prophecy-phpunit": "^2.0",
"phpstan/phpstan": "^0.12.52",
"phpunit/phpunit": "^9.5",
Expand Down

0 comments on commit a51dda8

Please sign in to comment.