Skip to content

Commit 9587143

Browse files
committed
update changelog file
1 parent ebf900c commit 9587143

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v1.4.1] - 25-07-2020
8+
### Fixed
9+
- Array index out of bounds exception caused by [empty API response](https://github.com/crazzyghost/alphavantage-java/issues/9)
10+
711
## [v1.4.0] - 13-06-2020
812
### Added
913
- Support for Sector Performances

docs/changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v1.4.1 - 25-07-2020
4+
5+
- Fix: Array index out of bounds exception caused by [empty API response](https://github.com/crazzyghost/alphavantage-java/issues/9)
6+
37
## v1.4.0 - 13-06-2020
48

59
- New: Support for Sector Performances

0 commit comments

Comments
 (0)