Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Jun 3, 2020
1 parent 918681e commit 6f3720b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.0.0] - Unreleased
## [2.0.0] - 2020-06-03
### Changed
- This library is under the `Env` namespace instead the global.
- The function `env` is under `Env` namespace and loaded automatically.
- This library is under the `Env` namespace instead the global. [#7]
- The function `env` is under `Env` namespace and loaded automatically. [#7]
- Included PHP 7 strict typing

### Removed
Expand Down Expand Up @@ -43,8 +43,9 @@ First stable version
[#3]: https://github.com/oscarotero/env/issues/3
[#4]: https://github.com/oscarotero/env/issues/4
[#6]: https://github.com/oscarotero/env/issues/6
[#7]: https://github.com/oscarotero/env/issues/7

[2.0.0]: https://github.com/oscarotero/env/compare/v1.2.0...HEAD
[2.0.0]: https://github.com/oscarotero/env/compare/v1.2.0...v2.0.0
[1.2.0]: https://github.com/oscarotero/env/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/oscarotero/env/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/oscarotero/env/compare/v1.0.1...v1.0.2
Expand Down

0 comments on commit 6f3720b

Please sign in to comment.