# Changelog All notable changes to `chatgpt-php` will be documented in this file. ## 2.0.2 - 2023-03-31 1. Bug Fix 2. Doc update ## 2.0.1 - 2023-03-31 1. Doc update. ## 2.0.0 - 2023-03-31 1. Update stream mode return. ## 1.8.0 - 2023-03-26 Update V1 API and change error thrown. ## 1.7.2 - 2023-03-17 Fix V1 PHP7.4 support. ## 1.7.1 - 2023-03-15 V1 support GPT-4 now. ## 1.7.0 - 2023-03-10 Update new V1 api endpoint. ## 1.6.2 - 2023-03-09 Fix errors ## 1.6.1 - 2023-03-09 Add headers for bypass cloudflare 403. ## 1.6.0 - 2023-03-09 Add PHP 7.4 Support. ## 1.5.3 - 2023-03-09 Fix V1 endpoint. (By Pawan's API) ## 1.5.2 - 2023-03-06 Use apps.openai.com as V1 default api endpoint. ## 1.5.1 - 2023-03-06 Remove str_replace. It may cause return code string error. ## 1.5.0 - 2023-03-03 Fix spelling error. ## 1.4.5 - 2023-03-03 Add checkStreamFields method. ## 1.4.4 - 2023-03-03 Update V2 tests. ## 1.4.3 - 2023-03-03 Update CHANGELOG. ## 1.4.2 - 2023-03-03 Add unit tests and some actions. Fix some errors. ## 1.4.1 - 2023-03-03 Fix construct error. ## 1.4.0 - 2023-03-02 Update LICENSE. ## 1.3.1 - 2023-03-02 Update README. ## 1.3.0 - 2023-03-02 Rename message return field to answer. ## 1.2.0 - 2023-03-02 Add BaseUrl setting for V2. ## 1.1.2 - 2023-03-02 Update V1 check fields. ## 1.1.1 - 2023-03-02 Add catch for Guzzle. ## 1.1.0 - 2023-03-02 Fix V2 Official API Authorization Error. ## 1.0.0 - 2023-03-02 Ready for production.