Skip to content

Commit

Permalink
upgrade to 1.0.1 and update chagnelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Feb 12, 2019
1 parent 1d472c2 commit e3febe6
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added

### Changed

## 1.0.1 - 2019-02-12

### Added

### Changed

- Fixes #7 The bundler yaml file doesn't have components: schemas: {}
- Fixes #8 output file name cannot change
- Fixes #9 fix an issue in case there is securitySchemes section in the components
- Fixes #11 Bundler should not inline referenced objects
- Fixes #12 Update dependencies for the utility


2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.networknt</groupId>
<artifactId>openapi-bundler</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<description>A bundler utlity for OpenAPI files</description>
<url>https://github.com/networknt/openapi-bundler</url>
<name>OpenAPIBundler</name>
Expand Down

0 comments on commit e3febe6

Please sign in to comment.