Skip to content

Commit

Permalink
2.0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Oct 29, 2024
1 parent b29a79b commit 05e0ee5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project *tries* to adhere to [Semantic Versioning](http://semver.org/), even before v1.0.

## [2.0.3] - 2024-10-29
- [#38](https://github.com/tongueroo/dynomite/pull/38) fix issue where running dynamodb-local in docker-compose (where host is not localhost)
- [#40](https://github.com/tongueroo/dynomite/pull/40) Avoids eager-loading Dynomite::Engine
- Updates documentation link in README.md

## [2.0.2] - 2023-12-10
- [#37](https://github.com/tongueroo/dynomite/pull/37) fix eager load

Expand Down
2 changes: 1 addition & 1 deletion lib/dynomite/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Dynomite
VERSION = "2.0.2"
VERSION = "2.0.3"
end

0 comments on commit 05e0ee5

Please sign in to comment.