diff --git a/CHANGELOG b/CHANGELOG index cedb05b..81ee11f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -62,4 +62,8 @@ === 2.0.4 2016-02-23 -* Move Conekta_Language to Conekta folder. \ No newline at end of file +* Move Conekta_Language to Conekta folder. + +=== 2.0.5 2016-07-05 + +* Add Log model. \ No newline at end of file diff --git a/README.md b/README.md index 8f8a1e5..80fc001 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ![alt tag](https://raw.github.com/conekta/conekta-php/master/readme_files/cover.png) -# Conekta PHP v.2.0.4 +# Conekta PHP v.2.0.5 This is a php library that allows interaction with https://api.conekta.io API. diff --git a/lib/Conekta/Conekta.php b/lib/Conekta/Conekta.php index 1d05906..2405554 100644 --- a/lib/Conekta/Conekta.php +++ b/lib/Conekta/Conekta.php @@ -6,7 +6,7 @@ abstract class Conekta public static $apiBase = 'https://api.conekta.io'; public static $apiVersion = '1.0.0'; public static $locale = 'es'; - const VERSION = '2.0.4'; + const VERSION = '2.0.5'; public static function setApiKey($apiKey) {