Skip to content

Commit 7074d09

Browse files
committed
Add travis badge and update changelog
1 parent 964b7b2 commit 7074d09

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,15 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## [2.0.0-RC1] - 18 Jun 2017
5+
## [2.0.0-dev] - 23 Jun 2017
6+
### Fixed
7+
- failing Travis builds due TLS resolution issues by changing to a different
8+
geocoding provider that was failing said resolution during CURL requests.
9+
10+
### Changed
11+
- build and coverage badges back to Travis and Coveralls
12+
13+
## [2.0.0-dev] - 18 Jun 2017
614
### Added
715
- compatibility with Geocoder 4.0-dev.
816
- caching to `geocodeQuery()` and `reverseQuery()` methods.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Latest StableVersion](https://poser.pugx.org/toin0u/geocoder-laravel/v/stable.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
22
[![Total Downloads](https://poser.pugx.org/toin0u/geocoder-laravel/downloads.png)](https://packagist.org/packages/toin0u/geocoder-laravel)
3-
[![Build Status](https://ci.genealabs.com/build-status/image/1)](https://ci.genealabs.com/build-status/view/1)
3+
[![Build Status](https://secure.travis-ci.org/geocoder-php/GeocoderLaravel.png)](http://travis-ci.org/geocoder-php/GeocoderLaravel)
44
[![Coverage Status](https://coveralls.io/repos/geocoder-php/GeocoderLaravel/badge.png)](https://coveralls.io/r/geocoder-php/GeocoderLaravel)
55

66
# Geocoder for Laravel

0 commit comments

Comments
 (0)