Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rpbaltazar committed Dec 17, 2020
1 parent f714c8a commit 5a06fff
Showing 1 changed file with 25 additions and 12 deletions.
37 changes: 25 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,40 @@

## [Unreleased](https://github.com/rails-on-services/apartment/tree/HEAD)

[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.7.2...HEAD)
[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.8.0...HEAD)

**Implemented enhancements:**

- Uses a transaction to create a tenant [\#66](https://github.com/rails-on-services/apartment/issues/66)
**Fixed bugs:**

- New version raises an error with ActiveSupport::LogSubscriber [#128](https://github.com/rails-on-services/apartment/issues/128)

**Closed issues:**

## [v2.8.0](https://github.com/rails-on-services/apartment/tree/v2.8.0) (2020-12-16)

[Full Changelog](https://github.com/rails-on-services/apartment/compare/v2.7.2...v2.8.0)

**Implemented enhancements:**

- Uses a transaction to create a tenant [#66](https://github.com/rails-on-services/apartment/issues/66)

**Fixed bugs:**

- Fix seeding errors [\#86](https://github.com/rails-on-services/apartment/issues/86)
- When tests run in a transaction, new tenants in tests fail to create [\#123](https://github.com/rails-on-services/apartment/issues/123)
- Reverted unsafe initializer - introduces the possibility of disabling the initial connection to the database via
environment variable. Relates to the following tickets/PRs:
- [#113](https://github.com/rails-on-services/apartment/issues/113)
- [#39](https://github.com/rails-on-services/apartment/pull/39)
- [#53](https://github.com/rails-on-services/apartment/pull/53)
- [#118](https://github.com/rails-on-services/apartment/pull/118)
- Fix seeding errors [#86](https://github.com/rails-on-services/apartment/issues/86)
- When tests run in a transaction, new tenants in tests fail to create [#123](https://github.com/rails-on-services/apartment/issues/123)
- Reverted unsafe initializer - introduces the possibility of disabling the initial connection to the database via
environment variable. Relates to the following tickets/PRs:
- [#113](https://github.com/rails-on-services/apartment/issues/113)
- [#39](https://github.com/rails-on-services/apartment/pull/39)
- [#53](https://github.com/rails-on-services/apartment/pull/53)
- [#118](https://github.com/rails-on-services/apartment/pull/118)

**Closed issues:**

- Improve changelog automatic generation [\#98](https://github.com/rails-on-services/apartment/issues/98)
- Relaxes dependencies to allow rails 6.1 [\#121](https://github.com/rails-on-services/apartment/issues/121)
- Improve changelog automatic generation [#98](https://github.com/rails-on-services/apartment/issues/98)
- Relaxes dependencies to allow rails 6.1 [#121](https://github.com/rails-on-services/apartment/issues/121)


## [v2.7.2](https://github.com/rails-on-services/apartment/tree/v2.7.2) (2020-07-17)

Expand Down

0 comments on commit 5a06fff

Please sign in to comment.