# 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

## [1.1.0](https://github.com/gitbrent/bootstrap-switch-button/tree/v1.1.0) 2020-02-16

### [Full Changelog](https://github.com/gitbrent/bootstrap-switch-button/compare/v1.0.0...v1.1.0)

### Added

- Added accessibility properties to labels ([aproquot](https://github.com/aproquot))
- Added silent option and example ([gitbrent](https://github.com/gitbrent))

### Changed

- Fixed change event not firing [\#6](https://github.com/gitbrent/bootstrap-switch-button/issue/6) ([kushal-g](https://github.com/kushal-g))
- Fixed events and module export [\#8](https://github.com/gitbrent/bootstrap-switch-button/pull/8) ([walidbagh](https://github.com/walidbagh))
- Fixed "switchButton not defined" export issue [\#10](https://github.com/gitbrent/bootstrap-switch-button/issue/10) ([smenzer](https://github.com/smenzer))

## [1.0.0](https://github.com/gitbrent/bootstrap-switch-button/tree/v1.0.0) 2019-03-05

### Added

- Initial release

### Changed

[unreleased]: https://github.com/gitbrent/bootstrap-switch-button/compare/v1.0.0...HEAD
