Skip to content

Commit

Permalink
Version++
Browse files Browse the repository at this point in the history
  • Loading branch information
ofriw committed Feb 15, 2025
1 parent 3760a54 commit e9280ab
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# Changelog

All notable changes to GoatDB will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and GoatDB adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2025-02-15

### Added

- ServerOptions.autoCreateUser for environment-specific user creation

### Changed

- Updated LLM cheatsheet

### Removed

- Operator Emails

## [0.1.0] - 2025-02-13

### Added

- Initial release

[Unreleased]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.1...HEAD
[0.1.1]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.1
[0.1.0]: https://github.com/goatplatform/goatdb/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"singleQuote": true
},
"name": "@goatdb/goatdb",
"version": "0.1.0",
"version": "0.1.1",
"license": "AGPL/ELV2",
"exports": {
".": "./mod.ts",
Expand Down

0 comments on commit e9280ab

Please sign in to comment.