Skip to content

Commit 3b94689

Browse files
committed
3.1.0 release
1 parent 7c6bf6d commit 3b94689

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# CHANGELOG
22

3-
## next release
3+
## 3.1.0 - 2016-01-17
44

5-
* Added test coverage for version 5.2 of both Lumen and Laravel.
5+
* Added support for Lumen.
66

77
## 3.0.3 - 2015-09-18
88

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ check-tag:
2929
# that the source is still valid after updating, commits the changelog and
3030
# updated VERSION constant, creates an annotated git tag using chag, and
3131
# prints out a diff of the last commit.
32-
tag: check-tag test
32+
tag: check-tag
3333
@echo Tagging $(TAG)
3434
chag update $(TAG)
3535
sed -i '' -e "s/VERSION = '.*'/VERSION = '$(TAG)'/" src/AwsServiceProvider.php
36-
php -l src/AwsBundle.php
36+
php -l src/AwsServiceProvider.php
3737
git commit -a -m '$(TAG) release'
3838
chag tag
3939
@echo "Release has been created. Push using 'make release'"

src/AwsServiceProvider.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*/
1111
class AwsServiceProvider extends ServiceProvider
1212
{
13-
const VERSION = '3.0.1';
13+
const VERSION = '3.1.0';
1414

1515
/**
1616
* Indicates if loading of the provider is deferred.

0 commit comments

Comments
 (0)