Skip to content

Commit

Permalink
Update to 0.1.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
purple52 committed Feb 15, 2017
1 parent ef9e801 commit f7f088d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ on [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to

## [Unreleased]

## [0.1.0] 2017-02-15

### Added
-
- First usable version of most JSON generators

[Unreleased]: https://github.com/CJSCommonPlatform/microservice_framework/compare/release-0.1.0...HEAD
[0.1.0]: https://github.com/CJSCommonPlatform/microservice_framework/commits/release-0.1.0

6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Json Generator
# JSON Generator

[![Build Status](https://travis-ci.org/CJSCommonPlatform/json-generator.svg?branch=master)](https://travis-ci.org/CJSCommonPlatform/json-generator) [![Coverage Status](https://coveralls.io/repos/github/CJSCommonPlatform/json-generator/badge.svg?branch=master)](https://coveralls.io/github/CJSCommonPlatform/json-generator?branch=master)



TODO: complete me
Library for generating random JSON from a JSON schema.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</parent>

<artifactId>json-generator</artifactId>
<version>1.0-SNAPSHOT</version>
<version>0.1.0</version>

<properties>
<common-bom.version>1.5.1</common-bom.version>
Expand Down

0 comments on commit f7f088d

Please sign in to comment.