We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cf6cb commit 827a6deCopy full SHA for 827a6de
CHANGELOG.md
@@ -11,3 +11,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
11
12
- Adminable behaviour and `__using__` macro
13
- Basic ability to list, create, and edit schemas
14
+
15
+## [0.1.1] - 2019-05-23
16
17
+### Fixed
18
19
+- [Pagination not working](https://github.com/revelrylabs/adminable/pull/1)
mix.exs
@@ -4,7 +4,7 @@ defmodule Adminable.MixProject do
4
def project do
5
[
6
app: :adminable,
7
- version: "0.1.0",
+ version: "0.1.1",
8
elixir: "~> 1.8",
9
start_permanent: Mix.env() == :prod,
10
deps: deps(),
0 commit comments