Skip to content

Commit

Permalink
[Tasdik] Release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olttwa committed Dec 18, 2018
1 parent 79eccb0 commit 0c875c8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog
All notable changes to this project will be documented in this file.

## [v0.4.0] - 2018-12-18
### Added
- Authorized groups for procs
### Modified
- CLI exits with non-zero status code on proc execution failure
### Fixed
- [Proc execution failure status updation](https://github.com/gojektech/proctor/issues/58)

## [v0.3.0] - 2018-11-22
### Added
- NewRelic Instrumentation
Expand Down Expand Up @@ -30,3 +38,4 @@ All notable changes to this project will be documented in this file.

[v0.2.0]: https://github.com/gojektech/proctor/compare/v0.1.0...v0.2.0
[v0.3.0]: https://github.com/gojektech/proctor/compare/v0.2.0...v0.3.0
[v0.4.0]: https://github.com/gojektech/proctor/compare/v0.3.0...v0.4.0
2 changes: 1 addition & 1 deletion cmd/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"github.com/spf13/cobra"
)

const ClientVersion = "v0.3.0"
const ClientVersion = "v0.4.0"

func NewCmd(printer io.Printer) *cobra.Command {
return &cobra.Command{
Expand Down

0 comments on commit 0c875c8

Please sign in to comment.