Skip to content

Commit

Permalink
Release v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielOaks committed Mar 28, 2017
1 parent 0046025 commit 511da5b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 14 deletions.
17 changes: 4 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@ All notable changes to Oragono will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). For the purposes of versioning, we consider the "public API" to refer to the configuration files, CLI interface and database format.


## Unreleased
New release of Oragono!

### Config Changes

## [0.7.1] - 2017-03-28
This is a quick patch release of Oragono to work around a discovered bug.

### Security

### Added

### Changed

### Removed

### Fixed
* Fixed a bug where non-logged in users could register channels. Bleh.


## [0.7.0] - 2017-03-27
Expand Down
2 changes: 1 addition & 1 deletion irc/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import "fmt"

const (
// SemVer is the semantic version of Oragono.
SemVer = "0.8.0-unreleased"
SemVer = "0.7.1"
)

var (
Expand Down

0 comments on commit 511da5b

Please sign in to comment.