Skip to content

Commit

Permalink
Bump version to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
micc83 committed Mar 8, 2022
1 parent 2f23010 commit cc820ef
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.1.0] - 2022-03-08

### Added
- Add support for PHP ^8.0
- Add composer check command to run phpunit, phpstan and php-cs-fixer
Expand Down
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "micc83/mailamie",
"version": "1.1.0",
"description": "Catch All SMTP Server for testing",
"keywords": [
"smtp",
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"name": "mailamie",
"version": "1.0.5",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class Config
/** @var array<string, string|array<string>|null>|null */
private ?array $altParams;

const VERSION = "1.0.4";
const VERSION = "1.1.0";
const DATE_FORMAT = "Y-m-d H:i:s";

/**
Expand Down

0 comments on commit cc820ef

Please sign in to comment.