Compare commits

...

2 Commits

Author SHA1 Message Date
Greg Myers
e130e41843 Update changelog 2019-10-18 23:25:18 +01:00
Greg Myers
5946b3c88b
Merge pull request #250 from BookOfGreg/fix/swagger-generator
Point the railtie to the correct file
2019-10-18 23:22:29 +01:00

View File

@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Security
## [2.1.1] - 2019-10-18
### Fixed
- Fix incorrect require reference for swagger_generator [#248](https://github.com/rswag/rswag/issues/248)
## [2.1.0] - 2019-10-17
### Added
- New Spec Generator [#75](https://github.com/rswag/rswag/pull/75)