Skip to content

Commit 75e33f9

Browse files
committed
chore: release minor version
1 parent 4e37112 commit 75e33f9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [1.0.4] - 2020-07-25
810
### Changed
911
- Use array unpackaging instead of using `call_user_func_array` in ResourceCall class
12+
- Updated dependencies
1013

1114
## [1.0.3] - 2020-03-14
1215
### Fixed
@@ -51,7 +54,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5154
### Added
5255
- Initial release
5356

54-
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.3...HEAD
57+
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.4...HEAD
58+
[1.0.4]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.3...v1.0.4
5559
[1.0.3]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.2...v1.0.3
5660
[1.0.2]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.1...v1.0.2
5761
[1.0.1]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v1.0.0...v1.0.1

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multitheftauto/mtasa-php-sdk",
33
"description": "MTA SDK to interact with MTA's server.",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"type": "library",
66
"license": "MIT",
77
"minimum-stability": "stable",

0 commit comments

Comments
 (0)