Skip to content

Commit

Permalink
TECH=13204: update CHANGELOG and bump version to v1.3.5 pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinDKelley committed Jan 22, 2024
1 parent 6bfeedb commit c1c8859
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Inspired by [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

Note: this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.5] - 2024-01-22
### Fixed
- Make `default_charset=` and `default_collation=` lazy so they don't use the database connection to check the
MySQL version. Instead, that is checked the first time `default_charset` or `default_collation` is called.

## [1.3.4] - 2024-01-18
### Fixed
- Add test for migrating `has_and_belongs_to_many` associations and fix them to properly declare their
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
declare_schema (1.3.4)
declare_schema (1.3.5.colin.1)
rails (>= 5.0)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/declare_schema/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module DeclareSchema
VERSION = "1.3.4"
VERSION = "1.3.5.colin.1"
end

0 comments on commit c1c8859

Please sign in to comment.