Add version notes

This commit is contained in:
Robert Lord 2016-01-27 17:07:02 -06:00
parent 1c5bd80d4b
commit d4bd994f03

View file

@ -1,5 +1,13 @@
# Changelog
## Version 1.3
*January 27th, 2016*
We've upgraded Middleman and a number of other dependencies, which should fix quite a few bugs.
Instead of `rake build` and `rake deploy`, you should now run `bundle exec middleman build --clean` to build your server, and `./deploy.sh` to deploy it to Github Pages.
## Version 1.2
*June 20, 2015*