aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG4
-rwxr-xr-xharvester2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5774fa1..2f0745b 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
CHANGELOG
=========
+v0.1.0 (2018-02-12):
+ * Implement the `--list-modules` flag
+ * Add a `--version` flag
+
v0.0.1 (2018-01-31):
Initial public release.
diff --git a/harvester b/harvester
index d35803c..1c803e3 100755
--- a/harvester
+++ b/harvester
@@ -17,7 +17,7 @@
# You should have received a copy of the GNU General Public License
# along with Harvester. If not, see <http://www.gnu.org/licenses/>.
-VERSION='0.0.1'
+VERSION='0.1.0'
function print_usage () {
cat 1>&2 <<__EOF__