# php-cli-colors Changelog

## 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).

## [1.12.0] - 2020.12.03

### Fixed

- Fixed the base colors (it had the incorrect flag) as they were too dull

- Color::BLACK
- Color::BLUE
- Color::BROWN
- Color::CYAN
- Color::GRAY
- Color::GREEN
- Color::MAGENTA
- Color::PURPLE
- Color::RED
- Color::WHITE
- Color::YELLOW

## [1.11.0] - 2019-12-29

### Added

- Added new background colors (thanks @puggan)
  - https://github.com/mikeerickson/php-cli-colors/pull/2

[keep a changelog](https://keepachangelog.com/en/1.0.0/)
