Skip to content

Commit b7326bc

Browse files
committed
Updated the README and the CHANGELOG.
1 parent 027e9d8 commit b7326bc

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
## 1.1.1 - 2016-08-12
44

55
* GitHub has made some general service changes (e.g., adding signing support), so we have adapted the docs and Makefile appropriately.
6-
* Cleaned-up and improved the code samples in the documentation.
76
* Explicitly removes the `client_secret` in case the customer accidentally provides it.
87

98
## 1.1.0 - 2015-04-23

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,8 @@ tag:
4747
@echo "---------------------------------------------------------------------"
4848
@read -p "Press any key to continue, or press Control+C to cancel. " x;
4949

50-
keybase dir sign
5150
git add .
52-
git commit -a -m "Cryptographically signed the $$(cat ./VERSION) release."
51+
git commit -a -m "Preparing the $$(cat ./VERSION) release."
5352
git tag $$(cat ./VERSION)
5453

5554
#-------------------------------------------------------------------------------

0 commit comments

Comments
 (0)