Skip to content

Commit

Permalink
docs: Add/update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Dec 22, 2021
1 parent e119ca7 commit d1a1ed6
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,26 @@ 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.5.0](https://github.com/loophp/iterators/compare/1.4.0...1.5.0)
## [1.5.1](https://github.com/loophp/iterators/compare/1.5.0...1.5.1)

### Merged

- Fix typo in class name [`#4`](https://github.com/loophp/iterators/pull/4)

### Commits

- fix: Make it work with PHP 8.1 [`e119ca7`](https://github.com/loophp/iterators/commit/e119ca73c788aebe1f1c49bdd8b136db9afdf3f4)
- docs: Update badge. [`9050b64`](https://github.com/loophp/iterators/commit/9050b64f1b5de597f6480ea680ccf554c7b5fb4c)

## [1.5.0](https://github.com/loophp/iterators/compare/1.4.0...1.5.0) - 2021-12-21

### Merged

- feat: Add `RandomIteratorAggregate`. [`#3`](https://github.com/loophp/iterators/pull/3)

### Commits

- docs: Add/update CHANGELOG. [`5ee7b03`](https://github.com/loophp/iterators/commit/5ee7b033a29ec401eb5f9ed5be036b1a971fb730)
- docs: Update `README`. [`5e75734`](https://github.com/loophp/iterators/commit/5e75734408ef3c2b9dbe5f4c67074ca9058b49f5)
- ci: Fix scrutinizer upload. [`5f093ec`](https://github.com/loophp/iterators/commit/5f093ece0a625c186bd6108277d6950b7654a38c)
- ci: Fix scrutinizer upload. [`ed9e532`](https://github.com/loophp/iterators/commit/ed9e532797cf8c393d439b61f4451bc3da35b3ee)
Expand Down

0 comments on commit d1a1ed6

Please sign in to comment.