Skip to content

Commit

Permalink
bump: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Apr 29, 2024
1 parent 99b2d46 commit a5ce099
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.11.0] - 2024-04-29
### Changed
* Update dependencies
* Use 4096 bytes for buffer by default

## [0.10.2] - 2022-01-15
### Changed
* Update dependencies
Expand Down Expand Up @@ -105,7 +110,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.2...HEAD
[Unreleased]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/nwtgck/go-piping-tunnel/compare/v0.10.2...v0.11.0
[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
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.2"
const Version = "0.11.0"

0 comments on commit a5ce099

Please sign in to comment.