Skip to content

Commit

Permalink
Prepare release 2.1.2 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeFnord authored Oct 30, 2023
1 parent ea045b7 commit ac268b2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

- contributions

### v2.1.2 / 2023-10-30

- [(#45)](https://github.com/LeFnord/grape-starter/pull/45) Corrects AR file name, to load correct. [LeFnord](https://github.com/LeFnord)


### v2.1.1 / 2023-10-24

- [(#43)](https://github.com/LeFnord/grape-starter/pull/43) Fixes desc generation if now useful prop is in content [LeFnord](https://github.com/LeFnord)
Expand Down
2 changes: 1 addition & 1 deletion lib/starter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Starter
VERSION = '2.1.1'
VERSION = '2.1.2'
end

0 comments on commit ac268b2

Please sign in to comment.