Skip to content

Commit

Permalink
chore: release version v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 14, 2025
1 parent 4523bb5 commit 0ef7683
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,28 @@ you have any trouble with these deprecations please file an issue.
## v0.0.1 (2015-06-21)

- Support for basic JSONAPI Docs. Links support still missing

<!-- changelog -->

## [v1.4.0](https://github.com/NarrativeApp/jsonapi/compare/v1.3.1...v1.4.0) (2025-01-14)




### Features:

* config: add initial configuration for git_ops

* ci: add GitHub Actions workflow for Elixir library with git ops

### Bug Fixes:

* mix: update ex_doc dependency to include test environment

* config: update mix_project to JSONAPI.Mixfile in config.exs

* Expand fields for lists

### Improvements:

* Remove raising error in query plug when query filter keys don't exist in view file. This will enable us to query with
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule JSONAPI.Mixfile do
use Mix.Project

@version "1.3.1"
@version "1.4.0"

def project do
[
Expand Down

0 comments on commit 0ef7683

Please sign in to comment.