File tree Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Expand file tree Collapse file tree 4 files changed +12
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 7.1.1] - 2016-07-20 ##
5
+ ### Added
6
+ - README updates
7
+ - Update introduction blurb to include information regarding our forward path
8
+ - Update the v3 /mail/send example to include non-helper usage
9
+ - Update the generic v3 example to include non-fluent interface usage
4
10
5
11
## [ 7.1.0] - 2016-07-19
6
12
### Added
Original file line number Diff line number Diff line change 35
35
// by using the '*' as shown below:
36
36
// [assembly: AssemblyVersion("1.0.*")]
37
37
38
- [ assembly: AssemblyVersion ( "7.1.0 " ) ]
39
- [ assembly: AssemblyFileVersion ( "7.1.0 " ) ]
38
+ [ assembly: AssemblyVersion ( "7.1.1 " ) ]
39
+ [ assembly: AssemblyFileVersion ( "7.1.1 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "7.1.0 " ) ]
36
- [ assembly: AssemblyFileVersion ( "7.1.0 " ) ]
35
+ [ assembly: AssemblyVersion ( "7.1.1 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "7.1.1 " ) ]
Original file line number Diff line number Diff line change 32
32
// You can specify all the values or you can default the Build and Revision Numbers
33
33
// by using the '*' as shown below:
34
34
// [assembly: AssemblyVersion("1.0.*")]
35
- [ assembly: AssemblyVersion ( "7.1.0 " ) ]
36
- [ assembly: AssemblyFileVersion ( "7.1.0 " ) ]
35
+ [ assembly: AssemblyVersion ( "7.1.1 " ) ]
36
+ [ assembly: AssemblyFileVersion ( "7.1.1 " ) ]
You can’t perform that action at this time.
0 commit comments