URI-Valkey, CHANGES

#### 1.4.0 (2024-06-15) ###############################

* CHANGE: Monorepo structure for uri-redis and uri-valkey gems
* ADDED: uri-valkey gem with URI::Valkey class for valkey:// and valkeys:// schemes
* FIXED: Path handling when key is nil or empty
* FIXED: Frozen string errors in key handling


#### 1.3.0 (2024-06-15) ###############################

* Add support for rediss scheme (thanks @sebastien-coavoux).

#### 1.2.0 (2024-05-20) ###############################

* Fix for Ruby <= 3.0 `register_scheme` error.


#### 1.1.2 (2024-05-02) ###############################

* Same functionality as the now yanked 1.1.1 with
  updated metadata, including:
    * Remove minimum ruby version from Gemfile
    * Corrected Gemfile.lock file with latest deps
    * Improved Github Action workflow.
    * Fixes for Rubocop complaints.


#### 1.1.1 (2024-04-05) ###############################

** Yanked May 2nd **

#### 1.1.0 (2024-04-04) ###############################

* Fix for frozen strings issue.
* Allow fow updated redis, tryouts releases.


#### 1.0.0 (2023-01-17) ###############################

* CHANGE: Just a version bump to 1.0 for a full
  release. No code changes.


#### 1.0.0-RC2 (2023-01-16) ###########################

* FIXED: Harmonized ruby versions across gemspec,
  code, and github action.


#### 1.0.0-RC1 (2023-01-16) ###########################

* CHANGE: Moderized gem
* ADDED: Only redis-4.1.0+ supported
* FIXED: Support URI v0.11
  * See: https://github.com/delano/redis-dump/issues/33


#### 0.4.2 (2010-12-23) ###############################

# CHANGE: URI#conf enforces symbols as keys
* ADDED: URI#conf parses query string


#### 0.4.1 (2010-11-16) ###############################

* FIXED: Nil error in URI::Redis#key

#### 0.4.0 (2010-11-15) ###############################

* ADDED: Support for keys in the path
* CHANGE: Updated tryouts to 2.0


#### 0.3.0 (2010-06-03) ###############################

* CHANGE: Redis::Client.uri is now Redis.uri
* ADDED: Support for redis-2.0.0


#### 0.2.0 (2010-05-30) ###############################

* Initial public release
