Skip to content

Commit c8a5f77

Browse files
committed
chore: update sdk version
1 parent 67da18e commit c8a5f77

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [1.0.2] - 2019-10-07
10+
### Fixed
11+
- Remove wrong scalar type declaration at resource call method
12+
913
## [1.0.1] - 2019-10-03
1014
### Added
1115
- Add custom exceptions for server code errors
@@ -40,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4044
### Added
4145
- Initial release
4246

43-
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.1...HEAD
47+
[Unreleased]: https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.2...HEAD
48+
[1.0.2]: https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.1...1.0.2
4449
[1.0.1]: https://github.com/multitheftauto/mtasa-php-sdk/compare/1.0.0...1.0.1
4550
[1.0.0]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.4.0...1.0.0
4651
[0.4.0]: https://github.com/multitheftauto/mtasa-php-sdk/compare/v0.3.0...v0.4.0

composer.json

Lines changed: 1 addition & 1 deletion
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.1",
4+
"version": "1.0.2",
55
"type": "library",
66
"license": "MIT",
77
"minimum-stability": "stable",

0 commit comments

Comments
 (0)