diff --git a/CHANGELOG.md b/CHANGELOG.md index 570691b..6f219f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ ### NEXT -- [(#41)](https://github.com/LeFnord/grape-starter/pull/41) Adds generating of desc block [LeFnord](https://github.com/LeFnord) - contributions +### v2.1.0 / 2023-10-21 Imports OApi specs + +- [(#41)](https://github.com/LeFnord/grape-starter/pull/41) Adds generating of desc block [LeFnord](https://github.com/LeFnord) + ### v2.0.0 / 2023-10-21 Imports OApi specs - [(#39)](https://github.com/LeFnord/grape-starter/pull/39) Handles nested body [LeFnord](https://github.com/LeFnord) diff --git a/lib/starter/version.rb b/lib/starter/version.rb index eea6d05..292583e 100644 --- a/lib/starter/version.rb +++ b/lib/starter/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Starter - VERSION = '2.0.0' + VERSION = '2.1.0' end