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

Commit 52dff03

Browse files
release-v1.6.2 (#103)
1 parent 8bdd24f commit 52dff03

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

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

1919
### Security
2020

21+
## [1.6.2] - 2020-11-18
22+
23+
### Added
24+
- [UI V2](https://github.com/72pulses/apidoco/pull/99)
25+
26+
### Changed
27+
- [upgrading bootsrap to 4.5](https://github.com/72pulses/apidoco/pull/97)
28+
- [Angularjs upgrade - 1.8.x](https://github.com/72pulses/apidoco/pull/100)
29+
2130
## [1.6.1] - 2020-08-19
2231

2332
### Added

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.1)
4+
apidoco (1.6.2)
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.1'.freeze
2+
VERSION = '1.6.2'.freeze
33
end

0 commit comments

Comments
 (0)