# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.8.0] 2020-12-27 ### Changed - chore: isolate behaviour in a module ## [0.7.0] 2020-12-05 ### Fixed - fix: broker list service (#13) ## [0.6.0] 2020-09-29 ### Changed - refactor: broker code as integer (#12) ## [0.5.0] 2020-09-26 ### Added - feat: add stock type into details (#11) ## [0.4.1] 2020-09-22 ### Added - fix: change success type (#10) ## [0.4.0] 2020-09-21 ### Added - feat: b3 pricing from report files (#8) ### Changed - refactor: remove statusinvest service (#9) ## [0.3.0] 2020-09-17 ### Added - feat: statusinvest data (#7) ## [0.2.0] 2020-08-27 ### Added - feat: broker list (#5) ## [0.1.1] 2020-08-26 ### Added - docs: example return on readme (#2) - docs: update readme (#1) ### Fixed - fix: invalid table items (#4) ## [0.1.0] 2020-08-22 ### Added - all commits made ultil now were directly pushed into master branch and include all configuration needed by the application to run and implements the basic stock listing API using Bovespa website.