From 045323e971e821357b30ad14486bf601416014d4 Mon Sep 17 00:00:00 2001 From: John Ravan Date: Wed, 22 Jan 2020 08:12:15 -0500 Subject: [PATCH] I updated the version and CHANGELOG.md. --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11d2a77..253ae79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.2] - 2020/01/22 + +### Added + +- John Ravan updated the version to 1.0.2 + ## [1.0.1] - 2019/12/11 ### Added diff --git a/pom.xml b/pom.xml index 7c6a211..2bc9244 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ edu.citadel git-practice - 1.0.1 + 1.0.2 git-practice Simple repository to practice your git and Github skills