Skip to content

Commit

Permalink
updating changelog (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
alameenkhader authored Aug 20, 2020
1 parent e433056 commit a56a3d6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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).

## [Unreleased] -
## [Unreleased] - yyyy-mm-dd

### Added

Expand All @@ -14,11 +14,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Removed

### Fixed

### Security

## [1.6.1] - 2020-08-19

### Added
- [Test coverage for sorting fix](https://github.com/72pulses/apidoco/commit/ad291ceadcb5bc1f2cf481bcf0277a915ee9cebf)

### Removed
- [Removed circle ci config in favor of github action](https://github.com/72pulses/apidoco/commit/e433056658605ebf9c2325c3d483beaa4b9f5a7b)

### Fixed
- Better error handling when parsing files [#91](https://github.com/72pulses/apidoco/pull/91)
- Update genrator to use the `base_path` config [#92](https://github.com/72pulses/apidoco/pull/92)

### Security
- Bump rack from 2.2.2 to 2.2.3 [#83](https://github.com/72pulses/apidoco/pull/83)

## [1.6.0] - 2020-07-10

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
apidoco (1.6.0)
apidoco (1.6.1)
angularjs-rails (~> 1.6, >= 1.6.8)
rails (>= 5.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/apidoco/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Apidoco
VERSION = '1.6.0'.freeze
VERSION = '1.6.1'.freeze
end

0 comments on commit a56a3d6

Please sign in to comment.