diff --git a/CHANGELOG.md b/CHANGELOG.md index 06d66b1..2d01262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.1.2 (April 12th, 2018) + +- Show only text of links https://github.com/danielma/magit-org-todos.el/pull/4 +- Specify name of org file with `defcustom` https://github.com/danielma/magit-org-todos.el/pull/3 + # 0.1.1 (March 16th, 2018) Fix package issues diff --git a/magit-org-todos.el b/magit-org-todos.el index 56a031d..a827d77 100644 --- a/magit-org-todos.el +++ b/magit-org-todos.el @@ -4,9 +4,9 @@ ;; Author: Daniel Ma ;; URL: http://github.com/danielma/magit-org-todos ;; Created: 2018 -;; Version: 0.1.1 +;; Version: 0.1.2 ;; Keywords: org-mode magit tools -;; Package-Version: 0.1.1 +;; Package-Version: 0.1.2 ;; Package-Requires: ((magit "2.0.0") (emacs "24")) ;;; Commentary: