Skip to content

Commit

Permalink
Merge tag 'v0.10.2' into develop
Browse files Browse the repository at this point in the history
Release 0.10.2
  • Loading branch information
nwtgck committed Jan 15, 2022
2 parents feaeee7 + 1783609 commit fc33747
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.10.2] - 2022-01-15
### Changed
* Update dependencies

## [0.10.1] - 2021-08-09
### Fixed
* Fix progress bar not to cause "index out of range" when time.Since() returns 0
Expand Down Expand Up @@ -101,7 +105,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
* Initial release

[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.1...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.2...HEAD
[0.10.2]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.1...v0.10.2
[0.10.1]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.0...v0.10.1
[0.10.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.8.0...v0.9.0
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package version

const Version = "0.10.1"
const Version = "0.10.2"

0 comments on commit fc33747

Please sign in to comment.