Skip to content

Commit 5143d79

Browse files
committed
prepare release 0.5.0
1 parent 3d1b547 commit 5143d79

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
CHANGELOG
22
=========
33

4-
0.4.2 (xxxx-xx-xx)
4+
0.5.0 (2015-03-11)
55
------------------
66

7-
n/a
7+
* [BC] the package is now compatible for Laravel 5
8+
* improved the doc
9+
* add code of conduct
810

911
0.4.1 (2014-06-23)
1012
------------------

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Geocoder for Lavarel 5
22
======================
33

4+
If you still use **Lavarel 4**, please check out the `0.4.x` branch [here](https://github.com/geocoder-php/GeocoderLaravel/tree/0.4.x).
5+
46
This package allows you to use [**Geocoder**](http://geocoder-php.org/Geocoder/)
57
in [**Laravel 5**](http://laravel.com/).
68

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
"extra" : {
4040
"branch-alias" : {
41-
"dev-master" : "0.4-dev"
41+
"dev-master" : "0.5-dev"
4242
}
4343
}
4444
}

0 commit comments

Comments
 (0)