diff --git a/CHANGELOG.md b/CHANGELOG.md index 226326c..0cfc105 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.0.1 - 2020-03-05 +### Changed +- Changed company name references. + ## 1.0.0 - 2019-07-17 ### Added - `Ulrack\Storage\Common\StorageInterface` @@ -12,19 +16,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Ulrack\Storage\Exception\DataNotFoundException` - Unit test. -### Changed -- Nothing - -### Deprecated -- Nothing - -### Removed -- Nothing - -### Fixed -- Nothing - -### Security -- Nothing - -[Unreleased]: https://github.com/ulrack/storage/compare/1.0.0...HEAD +[Unreleased]: https://github.com/ulrack/storage/compare/1.0.1...HEAD +[1.0.1]: https://github.com/ulrack/storage/compare/1.0.0...1.0.1 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 040dd3e..6dcd974 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -55,7 +55,7 @@ further defined and clarified by project maintainers. ## Enforcement Instances of abusive, harassing, or otherwise unacceptable behavior may be -reported by contacting the project team at info@jyxon.com. All +reported by contacting the project team at info@grizzit.com. All complaints will be reviewed and investigated and will result in a response that is deemed necessary and appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. diff --git a/LICENSE b/LICENSE index 8d90aa2..e1759a8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019 Jyxon +Copyright (c) 2019 GrizzIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 907e4e9..f767a6a 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT ## MIT License -Copyright (c) 2019 Jyxon +Copyright (c) 2019 GrizzIT Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Common/StorageInterface.php b/src/Common/StorageInterface.php index c215ccb..b23c28a 100644 --- a/src/Common/StorageInterface.php +++ b/src/Common/StorageInterface.php @@ -1,6 +1,6 @@