Skip to content

Commit

Permalink
Merge pull request #16 from aldor007/feature/presign
Browse files Browse the repository at this point in the history
Feature/presign
  • Loading branch information
aldor007 authored Mar 7, 2018
2 parents 163f997 + 719dbbf commit 08e02fb
Show file tree
Hide file tree
Showing 8 changed files with 663 additions and 33 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
* 0.8.0
* Feature: Added support for AWS presigned url
* Bugfix: Fixed reporting collaped reqeuest to promethues
* Feature: Update golang to 1.10 update libvips 8.6.2
* 0.7.0
* Feature: Remove mutex from time monitoring
* 0.6.1
Expand Down
2 changes: 1 addition & 1 deletion cmd/mort/mort.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (

const (
// Version of mort
Version = "0.7.0"
Version = "0.8.0"
// BANNER just fancy command line banner
BANNER = `
/\/\ ___ _ __| |_
Expand Down
Loading

0 comments on commit 08e02fb

Please sign in to comment.