Skip to content
This repository was archived by the owner on Sep 29, 2025. It is now read-only.

Commit d0cd74f

Browse files
release-v1.6.4 (#119)
1 parent 9667705 commit d0cd74f

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818

1919
### Security
2020

21+
## [1.6.4] - 2021-06-18
22+
23+
## Added
24+
- [Response Body Properties](https://github.com/72pulses/apidoco/pull/118)
25+
2126
## [1.6.3] - 2021-06-02
2227

2328
### Changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
apidoco (1.6.3)
4+
apidoco (1.6.4)
55
rails (>= 5.0.0)
66

77
GEM

lib/apidoco/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Apidoco
2-
VERSION = '1.6.3'.freeze
2+
VERSION = '1.6.4'.freeze
33
end

0 commit comments

Comments
 (0)