Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
bochoven committed May 7, 2019
1 parent d23fd4b commit 7547471
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
### [4.1.2](https://github.com/munkireport/munkireport-php/compare/v4.1.1...HEAD) (Unreleased)

Small update to fix the deleting of client machines.

FIXES
- Fix deleting of machines

MODUlE UPDATES
- managedinstalls (v1.1 => v1.2)

DEPENDENCY UPDATES
- nesbot/carbon (1.36.2 => 1.37.1)
- adldap2/adldap2 (v10.0.8 => v10.0.10)


### [4.1.1](https://github.com/munkireport/munkireport-php/compare/v4.1.0...v4.1.1) (May 01, 2019)

FIXES
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\lib\Dashboard;

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

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

0 comments on commit 7547471

Please sign in to comment.