Skip to content

Commit

Permalink
bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ortuman committed Mar 17, 2019
1 parent 023cf10 commit a7b3e48
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [0.4.10] - 2019-03-17
### Fixed
- fallback to standard port on SRV resolution error.
- use serialization intermediate buffer on socket send.

## [0.4.9] - 2019-02-07
### Fixed
- In-band registration bug.
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
)

// ApplicationVersion represents application version.
var ApplicationVersion = NewVersion(0, 4, 9)
var ApplicationVersion = NewVersion(0, 4, 10)

// SemanticVersion represents version information with Semantic Versioning specifications.
type SemanticVersion struct {
Expand Down

0 comments on commit a7b3e48

Please sign in to comment.