diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c01896..3d45e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,27 @@ +## v1.1.0-dev.1 (2024-02-03) + +### Feature + +* feat: adding optional initial_context dictionary to agent creation, allowing for information like initiating user's information to be injected into the agent's memory. ([`fa751c5`](https://github.com/svange/openbrain/commit/fa751c5f80b0910e0a11a96ea60d97c07ddf9334)) + +### Unknown + +* Merge remote-tracking branch 'origin/dev' into dev ([`271967a`](https://github.com/svange/openbrain/commit/271967a39d140fa6d954c29844ee1cf36ec5a19e)) + + ## v1.0.5-dev.1 (2023-11-23) ### Build * build(merge): merge main back into dev ([`04e25ab`](https://github.com/svange/openbrain/commit/04e25ab350fd807e9e1d11a73c4830678652be7c)) +### Chore + +* chore(release): release 1.0.5-dev.1 ([`0fe92a0`](https://github.com/svange/openbrain/commit/0fe92a04f2f903d3f6e75be07fa43f7ea47cf29a)) + ### Fix * fix: update gradio to work with new environment variables. ([`396ab70`](https://github.com/svange/openbrain/commit/396ab709d4e3f0962fffb25e71168cc28349384f))