Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
abn290 committed Feb 15, 2018
1 parent 018ce17 commit 3438225
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
### [3.0.2](https://github.com/munkireport/munkireport-php/compare/v3.0.1...HEAD) (Unreleased)

More bugfixes, mostly migration related.

FIXES
- Fixed migrations for SQLite (#971)
- Added indexes for the tag, usb, fonts, network_shares, homebrew and servermetrics modules
- Improved Dockerfile


### [3.0.1](https://github.com/munkireport/munkireport-php/compare/v3.0.0...v3.0.1) (February 14, 2018)

This is a small bugfix release that fixes some issues with the 3.0.0 release.
Expand Down
2 changes: 1 addition & 1 deletion app/helpers/site_helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use munkireport\models\Machine_group, munkireport\lib\Modules;

// Munkireport version (last number is number of commits)
$GLOBALS['version'] = '3.0.2.3316';
$GLOBALS['version'] = '3.0.2.3317';

// Return version without commit count
function get_version()
Expand Down

0 comments on commit 3438225

Please sign in to comment.