diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bdc03..1fee2ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,25 +4,14 @@ 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). +## 2.0.1 - 2020-03-05 +### Changed +- Changed company name references. + ## 2.0.0 - 2019-11-06 ### Added - `Ulrack\Dbal\Pdo\Exception\ConnectionException` -### Changed -- Unified the namespace conventions used across packages. - -### Deprecated -- Nothing - -### Removed -- Nothing - -### Fixed -- Nothing - -### Security -- Nothing - ## 1.0.0 - 2019-05-01 ### Added - `Ulrack\Dbal\Pdo\Connection\PdoConnection` @@ -31,20 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `Ulrack\Dbal\Pdo\Result\PdoQueryResult` - Unit tests -### Changed -- Nothing - -### Deprecated -- Nothing - -### Removed -- Nothing - -### Fixed -- Nothing - -### Security -- Nothing - -[Unreleased]: https://github.com/ulrack/dbal-pdo/compare/2.0.0...HEAD +[Unreleased]: https://github.com/ulrack/dbal-pdo/compare/2.0.1...HEAD +[2.0.1]: https://github.com/ulrack/dbal-pdo/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/ulrack/dbal-pdo/compare/1.0.0...2.0.0 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 83af68f..83f31be 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ result object. The status code and errors (as a result of a failing query) can be retrieved by calling `getErrors` and `getStatusCode` on the result object. -All SQLState status codes can be found [here](https://docs.oracle.com/cd/A84870_01/doc/appdev.816/a58231/appd.htm). +All SQLState status codes can be found [here](https://docs.oracle.com/cd/A84870_01/doc/appdev.816/a58231/appd.htm). ## Change log @@ -130,7 +130,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/Component/Connection/PdoConnection.php b/src/Component/Connection/PdoConnection.php index f739965..3fc576a 100755 --- a/src/Component/Connection/PdoConnection.php +++ b/src/Component/Connection/PdoConnection.php @@ -1,6 +1,6 @@