Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
It's a good practice, and it's for me to remember what I've been working
on
  • Loading branch information
sparrovv committed Aug 2, 2015
1 parent 2acb038 commit 9e8ce79
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Changelog

## 0.4.2

* Fix translate after google has changed the query params and URL endpoint
* Adding debug option to inspect requests
* Speech synthesis is broken, still working on the fix
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ build_all:
homebrew:
mkdir -p bin/bin
cp bin/gotr_darwin-amd64 bin/gotr
tar -czvf "gotr-v$(VERSION).tar.gz" bin/gotr README.md
tar -czvf "gotr-v$(VERSION).tar.gz" bin/gotr README.md CHANGELOG.md

0 comments on commit 9e8ce79

Please sign in to comment.