Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
outdead committed Nov 12, 2022
1 parent 9f916e6 commit 11c04d3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [v1.3.4] - 2022-11-12
### Fixed
- Minor fixes in packet package.

### Updated
- Updated Golang version to 1.19.
- Updated golangci linter to 1.50.1 version.

## [v1.3.3] - 2022-05-16
### Fixed
- Added "response from not rcon server" error on auth request (Re fixed panic: runtime error: makeslice: len out of range in rcon.Dial #5).
Expand Down Expand Up @@ -85,7 +93,8 @@ changed.
### Added
- Initial implementation.

[Unreleased]: https://github.com/gorcon/rcon/compare/v1.3.3...HEAD
[Unreleased]: https://github.com/gorcon/rcon/compare/v1.3.4...HEAD
[v1.3.4]: https://github.com/gorcon/rcon/compare/v1.3.3...v1.3.4
[v1.3.3]: https://github.com/gorcon/rcon/compare/v1.3.2...v1.3.3
[v1.3.2]: https://github.com/gorcon/rcon/compare/v1.3.1...v1.3.2
[v1.3.1]: https://github.com/gorcon/rcon/compare/v1.3.0...v1.3.1
Expand Down

0 comments on commit 11c04d3

Please sign in to comment.