diff --git a/CHANGELOG.md b/CHANGELOG.md index d02670a..1a2754e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Change Log Notable changes will be documented here. This project strives for [Semantic Versioning](http://semver.org/) adherence and follows the format from [Keep a Changelog](http://keepachangelog.com/). -## [Unreleased] - 2016-03-26 +## [0.2.0] - 2016-10-08 ### Added - Measure markings are provided at the top and throughout the note grid. - README now links to the wiki. diff --git a/README.md b/README.md index fc5b191..7561b65 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ ### What is this repository for? ### This is the home of SeekMIDI, a simple graphical MIDI sequencer offering multi-channel MIDI sequencing. Look at [Seq24](https://launchpad.net/seq24/) for a slightly heavier example of what we mean. -Written in Perl, SeekMIDI uses GTK+2 and Cairo to provide its GUI and MIDI-Perl to provide its MIDI handling system. We have released one version: 0.1.0. Please download it and try it out. +Written in Perl, SeekMIDI uses GTK+2 and Cairo to provide its GUI and MIDI-Perl to provide its MIDI handling system. Please download and try it. For the latest features, you can also use git to download the latest master. We aim to keep master somewhat stable so as not to have to release as often. __Please keep in mind that SeekMIDI is still alpha software and features are constantly being implemented.__