From 6770892acd49aced225dbccf39290f33522c9001 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 3 Mar 2020 11:37:59 -0800 Subject: [PATCH] add release notes link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec0ae05c..4a37b5a0 100755 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ To access the raw, pre-processed JSON, use the `-r` cli option or the `raw=True` Schemas for each parser can be found in the [`docs/parsers`](https://github.com/kellyjonbrazil/jc/tree/master/docs/parsers) folder. +Release notes can be found [here](https://blog.kellybrazil.com/category/jc-news/). + For more information on the motivations for this project, please see my [blog post](https://blog.kellybrazil.com/2019/11/26/bringing-the-unix-philosophy-to-the-21st-century/). ## Installation