Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
andersfylling committed Oct 24, 2019
1 parent eba83ed commit f67a260
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# Change Log

## [v0.12.1](https://github.com/andersfylling/disgord/tree/v0.12.1)
## [v0.12.2](https://github.com/andersfylling/disgord/tree/v0.12.2)

[Full Changelog](https://github.com/andersfylling/disgord/compare/v0.12.1...v0.12.2)

**Fixed bugs:**

- Client.CreateBotURL panics in powershell [\#233](https://github.com/andersfylling/disgord/issues/233)

## [v0.12.1](https://github.com/andersfylling/disgord/tree/v0.12.1) (2019-10-24)
[Full Changelog](https://github.com/andersfylling/disgord/compare/v0.12.0...v0.12.1)

**Fixed bugs:**

- emitter uses continue in select statement [\#230](https://github.com/andersfylling/disgord/issues/230)

**Closed issues:**

- increase timeout for queue checks in gateway emitter [\#231](https://github.com/andersfylling/disgord/issues/231)

## [v0.12.0](https://github.com/andersfylling/disgord/tree/v0.12.0) (2019-10-22)
Expand Down
2 changes: 1 addition & 1 deletion internal/constant/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package constant

const Version = "v0.12.0"
const Version = "v0.12.2"

0 comments on commit f67a260

Please sign in to comment.