Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio Murga committed Nov 16, 2016
1 parent 41f042a commit 2fa07fa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@

* Remove simpletest.
* Change YAML to arrays.
* Add support for namespaces.
* (Thanks to https://github.com/joecohens)


=== 2.0.0 2016-01-25

* Add namespaces.
* Remove strpos warning in Object class.
* Add Webhook and WebhookLog models.
* Fix Charge specs.
Expand All @@ -69,4 +67,8 @@

=== 2.0.5 2016-07-05

* Add Log model.
* Add Log model.

=== 3.0.0 2016-11-16

* Add namespaces to master.
2 changes: 1 addition & 1 deletion lib/Conekta/Conekta.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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.5';
const VERSION = '3.0.0';

public static function setApiKey($apiKey)
{
Expand Down

0 comments on commit 2fa07fa

Please sign in to comment.