Skip to content

Commit

Permalink
Release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Oct 15, 2016
1 parent daf7927 commit cb5be25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
1.0.2 / 2016-10-15
==================

* Allow to set custom config path (#125)
* Fix additional details display on contact card (#124)
* Fix address not pulling through to Google maps (#123)
* Disable running of cron if application is not installed (#122)
* Update travis config to not install composer dependencies from source

1.0.1 / 2016-09-21
==================

Expand Down
2 changes: 1 addition & 1 deletion src/CSBill/CoreBundle/CSBillCoreBundle.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

class CSBillCoreBundle extends Bundle
{
const VERSION = '1.0.2-dev';
const VERSION = '1.0.2';

/**
* {@inheritdoc}
Expand Down

0 comments on commit cb5be25

Please sign in to comment.