File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,17 @@ All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
5
## [ Unreleased] [ unreleased ]
6
- - There is no unreleased code at this time.
6
+
7
+ ## [ 1.2.0] - 2016-05-04
8
+ ### Added
9
+ - [ EditorConfig] ( http://editorconfig.org/ ) file to maintain consistent coding style
10
+ - ` composer run-script fix-style ` can now be run to enforce PSR-2 style
11
+
12
+ ### Changed
13
+ - Responses from the SparkPost API with HTTP status code 403 now properly raise with message, code, and description
14
+
15
+ ### Fixed
16
+ - Removed reliance on composer for version of library
7
17
8
18
## [ 1.1.0] - 2016-05-02
9
19
### Added
@@ -42,7 +52,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
42
52
### Fixed
43
53
- README now has proper code blocks denoting PHP language
44
54
45
- [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...HEAD
55
+ [ unreleased ] : https://github.com/sparkpost/php-sparkpost/compare/v1.2.0...HEAD
56
+ [ 1.2.0 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.1.0...v1.2.0
46
57
[ 1.1.0 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.3...v1.1.0
47
58
[ 1.0.3 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.2...v1.0.3
48
59
[ 1.0.2 ] : https://github.com/sparkpost/php-sparkpost/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class SparkPost
13
13
/**
14
14
* Library version, used for setting User-Agent.
15
15
*/
16
- private $ version = '1.1 .0 ' ;
16
+ private $ version = '1.2 .0 ' ;
17
17
18
18
/**
19
19
* Connection config for making requests.
You can’t perform that action at this time.
0 commit comments