v0.12.7

ConduitPlatform/Conduitv0.12.7Jul 15, 2022by kkopanidis

AI Summary

This is a minor patch release (v0.12.7) focused on build configuration updates and a database bug fix. The release includes an updated docker-compose configuration for v0.12, corrected environment variable names, and a fix for the createWithPopulations database function that was looking for incorrect properties.

Key Highlights

  • Updated docker-compose configuration to v0.12
  • Fixed environment variable names for v0.12
  • Fixed database createWithPopulations function looking for wrong properties

Full Release Notes

## What's Changed
* build: docker-compose v0.12 by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/237
* build: fix env names (v0.12) by @kon14 in https://github.com/ConduitPlatform/Conduit/pull/239
* fix(database): createWithPopulations looking for wrong properties

**Full Changelog**: https://github.com/ConduitPlatform/Conduit/compare/v0.12.6...v0.12.7